123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505 |
- package com.jtgh.cjhs.entity;
- import java.io.Serializable;
- import java.util.Date;
- import javax.persistence.Entity;
- import javax.persistence.Id;
- import javax.persistence.Table;
- /**
- * 应急平台危险货物港口作业申报单
- *
- * @author shixm
- */
- @Entity
- @Table(name = "YJPT_WXHWGKZYSBD")
- public class YjptZysqbpEntity implements Serializable {
- /**
- *
- */
- private static final long serialVersionUID = -2227044450509543717L;
- /** ID主键 */
- private String id;
- private String bh;// 编号
- private String szd;//所在地
- //港区
- private String szgq;
- /** 作业单位 */
- private String zydw;
- /** 作业委托人 */
- private String zywtr;
- /** 船名 */
- private String cm;
- /** 现场管理负责人 */
- private String xcglfzr;
- /** 危险品类别 */
- private String wxplb;
- /** 危险物品名称 */
- private String wxwpmc;
- private String wxhwmcbh;
- /** 物品编号 */
- private String wpbh;
- /** 进出港 */
- private String jcg;
- /** 作业数量 */
- private Double zysl;
- /** 理化性质 */
- private String lhxz;
- /** 作业时间 */
- private Date zysj;
- /** 作业地点 */
- private String zydd;
- private String zyddqybh;
- /** 安全防范措施 */
- private String aqffcs;
- /** 报告人 */
- private String bgr;
- /** 联系方式 */
- private String lxfs;
- /** 报告时间 */
- private Date bgsj;
- /** 靠泊时间 */
- private Date kpsj;
- /** 作业类型 */
- private String zylx;
- /** 开工时间 */
- private Date kgsj;
- /** 完工时间 */
- private Date wgsj;
- /** 开工状态 */
- private String kgzt;
- /*** 完工状态 */
- private String wgzt;
- /** 国际编号 */
- private String gjbh;
- /** 上港 */
- private String sg;
- /** 下港 */
- private String xg;
- /** 作业时间起 */
- private Date zysjq;
- /** 作业时间止 */
- private Date zysjz;
- /** 取消作业时间 */
- private Date qxzysj;
- /** 作业地点其他 */
- private String zyddqt;
- /**
- * 集装箱数量
- */
- private String jzxsl;
-
- /**
- * 货物种类
- */
- private String hwzl;
- /**
- * 包装类别
- */
- private String bzlb;
- /**
- * 货物形式
- */
- private String hwxs;
- /** 海事对接字段:船次、船舶编号、对比结果、物品CN编号 */
- private String hc, cbbh, cnno;
- /**
- * 20'集装箱数量,40'集装箱数量,45'集装箱数量,特种集装箱数量,20'罐柜数量,40'罐柜数量
- */
- private Double sl20c, sl40c, sl45c, slspc, sl20t, sl40t,teu;
-
- /**
- * 英文船名
- */
- private String ywcm;
- /**
- * 火灾危险性
- */
- private String hzwxx;
- /**
- * 毒性等级
- */
- private String dxdj;
- /**
- * 污染级别
- */
- private String wrlb;
- /**
- * 1:内贸/2:外贸
- */
- private String mao;
-
- @Id
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
-
- public String getBh() {
- return bh;
- }
- public void setBh(String bh) {
- this.bh = bh;
- }
- public String getSzgq() {
- return szgq;
- }
- public void setSzgq(String szgq) {
- this.szgq = szgq;
- }
- public String getZydw() {
- return zydw;
- }
- public void setZydw(String zydw) {
- this.zydw = zydw;
- }
- public String getZywtr() {
- return zywtr;
- }
- public void setZywtr(String zywtr) {
- this.zywtr = zywtr;
- }
- public String getCm() {
- return cm;
- }
- public void setCm(String cm) {
- this.cm = cm;
- }
- public String getXcglfzr() {
- return xcglfzr;
- }
- public void setXcglfzr(String xcglfzr) {
- this.xcglfzr = xcglfzr;
- }
- public String getWxplb() {
- return wxplb;
- }
- public void setWxplb(String wxplb) {
- this.wxplb = wxplb;
- }
- public String getWxwpmc() {
- return wxwpmc;
- }
- public void setWxwpmc(String wxwpmc) {
- this.wxwpmc = wxwpmc;
- }
- public String getWxhwmcbh() {
- return wxhwmcbh;
- }
- public void setWxhwmcbh(String wxhwmcbh) {
- this.wxhwmcbh = wxhwmcbh;
- }
- public String getWpbh() {
- return wpbh;
- }
- public void setWpbh(String wpbh) {
- this.wpbh = wpbh;
- }
- public String getJcg() {
- return jcg;
- }
- public void setJcg(String jcg) {
- this.jcg = jcg;
- }
- public Double getZysl() {
- return zysl;
- }
- public void setZysl(Double zysl) {
- this.zysl = zysl;
- }
- public String getLhxz() {
- return lhxz;
- }
- public void setLhxz(String lhxz) {
- this.lhxz = lhxz;
- }
- public Date getZysj() {
- return zysj;
- }
- public void setZysj(Date zysj) {
- this.zysj = zysj;
- }
- public String getZydd() {
- return zydd;
- }
- public void setZydd(String zydd) {
- this.zydd = zydd;
- }
- public String getZyddqybh() {
- return zyddqybh;
- }
- public void setZyddqybh(String zyddqybh) {
- this.zyddqybh = zyddqybh;
- }
- public String getAqffcs() {
- return aqffcs;
- }
- public void setAqffcs(String aqffcs) {
- this.aqffcs = aqffcs;
- }
- public String getBgr() {
- return bgr;
- }
- public void setBgr(String bgr) {
- this.bgr = bgr;
- }
- public String getLxfs() {
- return lxfs;
- }
- public void setLxfs(String lxfs) {
- this.lxfs = lxfs;
- }
- public Date getBgsj() {
- return bgsj;
- }
- public void setBgsj(Date bgsj) {
- this.bgsj = bgsj;
- }
- public Date getKpsj() {
- return kpsj;
- }
- public void setKpsj(Date kpsj) {
- this.kpsj = kpsj;
- }
- public String getZylx() {
- return zylx;
- }
- public void setZylx(String zylx) {
- this.zylx = zylx;
- }
- public Date getKgsj() {
- return kgsj;
- }
- public void setKgsj(Date kgsj) {
- this.kgsj = kgsj;
- }
- public Date getWgsj() {
- return wgsj;
- }
- public void setWgsj(Date wgsj) {
- this.wgsj = wgsj;
- }
- public String getKgzt() {
- return kgzt;
- }
- public void setKgzt(String kgzt) {
- this.kgzt = kgzt;
- }
- public String getWgzt() {
- return wgzt;
- }
- public void setWgzt(String wgzt) {
- this.wgzt = wgzt;
- }
- public String getGjbh() {
- return gjbh;
- }
- public void setGjbh(String gjbh) {
- this.gjbh = gjbh;
- }
- public String getSg() {
- return sg;
- }
- public void setSg(String sg) {
- this.sg = sg;
- }
- public String getXg() {
- return xg;
- }
- public void setXg(String xg) {
- this.xg = xg;
- }
- public Date getZysjq() {
- return zysjq;
- }
- public void setZysjq(Date zysjq) {
- this.zysjq = zysjq;
- }
- public Date getZysjz() {
- return zysjz;
- }
- public void setZysjz(Date zysjz) {
- this.zysjz = zysjz;
- }
- public Date getQxzysj() {
- return qxzysj;
- }
- public void setQxzysj(Date qxzysj) {
- this.qxzysj = qxzysj;
- }
- public String getZyddqt() {
- return zyddqt;
- }
- public void setZyddqt(String zyddqt) {
- this.zyddqt = zyddqt;
- }
- public String getJzxsl() {
- return jzxsl;
- }
- public void setJzxsl(String jzxsl) {
- this.jzxsl = jzxsl;
- }
- public String getHwzl() {
- return hwzl;
- }
- public void setHwzl(String hwzl) {
- this.hwzl = hwzl;
- }
- public String getHwxs() {
- return hwxs;
- }
- public void setHwxs(String hwxs) {
- this.hwxs = hwxs;
- }
- public String getHc() {
- return hc;
- }
- public void setHc(String hc) {
- this.hc = hc;
- }
- public String getCbbh() {
- return cbbh;
- }
- public void setCbbh(String cbbh) {
- this.cbbh = cbbh;
- }
- public String getCnno() {
- return cnno;
- }
- public void setCnno(String cnno) {
- this.cnno = cnno;
- }
- public Double getSl20c() {
- return sl20c;
- }
- public void setSl20c(Double sl20c) {
- this.sl20c = sl20c;
- }
- public Double getSl40c() {
- return sl40c;
- }
- public void setSl40c(Double sl40c) {
- this.sl40c = sl40c;
- }
- public Double getSl45c() {
- return sl45c;
- }
- public void setSl45c(Double sl45c) {
- this.sl45c = sl45c;
- }
- public Double getSlspc() {
- return slspc;
- }
- public void setSlspc(Double slspc) {
- this.slspc = slspc;
- }
- public Double getSl20t() {
- return sl20t;
- }
- public void setSl20t(Double sl20t) {
- this.sl20t = sl20t;
- }
- public Double getSl40t() {
- return sl40t;
- }
- public void setSl40t(Double sl40t) {
- this.sl40t = sl40t;
- }
- public Double getTeu() {
- return teu;
- }
- public void setTeu(Double teu) {
- this.teu = teu;
- }
- public String getYwcm() {
- return ywcm;
- }
- public void setYwcm(String ywcm) {
- this.ywcm = ywcm;
- }
- public String getHzwxx() {
- return hzwxx;
- }
- public void setHzwxx(String hzwxx) {
- this.hzwxx = hzwxx;
- }
- public String getDxdj() {
- return dxdj;
- }
- public void setDxdj(String dxdj) {
- this.dxdj = dxdj;
- }
- public String getWrlb() {
- return wrlb;
- }
- public void setWrlb(String wrlb) {
- this.wrlb = wrlb;
- }
- public String getMao() {
- return mao;
- }
- public void setMao(String mao) {
- this.mao = mao;
- }
-
- /** 记录创建人 */
- private String addUser = null;
- /** 记录创建时间 */
- private Date addDate = null;
- /** 记录更新人 */
- private String updateUser = null;
- /** 记录更新时间 */
- private Date updateDate = null;
- /** 记录状态 */
- private int recordStatus = 1;
- public String getAddUser() {
- return addUser;
- }
- public void setAddUser(String addUser) {
- this.addUser = addUser;
- }
- public Date getAddDate() {
- return addDate;
- }
- public void setAddDate(Date addDate) {
- this.addDate = addDate;
- }
- public String getUpdateUser() {
- return updateUser;
- }
- public void setUpdateUser(String updateUser) {
- this.updateUser = updateUser;
- }
- public Date getUpdateDate() {
- return updateDate;
- }
- public void setUpdateDate(Date updateDate) {
- this.updateDate = updateDate;
- }
- public int getRecordStatus() {
- return recordStatus;
- }
- public void setRecordStatus(int recordStatus) {
- this.recordStatus = recordStatus;
- }
- public String getSzd() {
- return szd;
- }
- public void setSzd(String szd) {
- this.szd = szd;
- }
- public String getBzlb() {
- return bzlb;
- }
- public void setBzlb(String bzlb) {
- this.bzlb = bzlb;
- }
-
- }
|