YjptZysqbpEntity.java 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. package com.jtgh.cjhs.entity;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. import javax.persistence.Entity;
  5. import javax.persistence.Id;
  6. import javax.persistence.Table;
  7. /**
  8. * 应急平台危险货物港口作业申报单
  9. *
  10. * @author shixm
  11. */
  12. @Entity
  13. @Table(name = "YJPT_WXHWGKZYSBD")
  14. public class YjptZysqbpEntity implements Serializable {
  15. /**
  16. *
  17. */
  18. private static final long serialVersionUID = -2227044450509543717L;
  19. /** ID主键 */
  20. private String id;
  21. private String bh;// 编号
  22. private String szd;//所在地
  23. //港区
  24. private String szgq;
  25. /** 作业单位 */
  26. private String zydw;
  27. /** 作业委托人 */
  28. private String zywtr;
  29. /** 船名 */
  30. private String cm;
  31. /** 现场管理负责人 */
  32. private String xcglfzr;
  33. /** 危险品类别 */
  34. private String wxplb;
  35. /** 危险物品名称 */
  36. private String wxwpmc;
  37. private String wxhwmcbh;
  38. /** 物品编号 */
  39. private String wpbh;
  40. /** 进出港 */
  41. private String jcg;
  42. /** 作业数量 */
  43. private Double zysl;
  44. /** 理化性质 */
  45. private String lhxz;
  46. /** 作业时间 */
  47. private Date zysj;
  48. /** 作业地点 */
  49. private String zydd;
  50. private String zyddqybh;
  51. /** 安全防范措施 */
  52. private String aqffcs;
  53. /** 报告人 */
  54. private String bgr;
  55. /** 联系方式 */
  56. private String lxfs;
  57. /** 报告时间 */
  58. private Date bgsj;
  59. /** 靠泊时间 */
  60. private Date kpsj;
  61. /** 作业类型 */
  62. private String zylx;
  63. /** 开工时间 */
  64. private Date kgsj;
  65. /** 完工时间 */
  66. private Date wgsj;
  67. /** 开工状态 */
  68. private String kgzt;
  69. /*** 完工状态 */
  70. private String wgzt;
  71. /** 国际编号 */
  72. private String gjbh;
  73. /** 上港 */
  74. private String sg;
  75. /** 下港 */
  76. private String xg;
  77. /** 作业时间起 */
  78. private Date zysjq;
  79. /** 作业时间止 */
  80. private Date zysjz;
  81. /** 取消作业时间 */
  82. private Date qxzysj;
  83. /** 作业地点其他 */
  84. private String zyddqt;
  85. /**
  86. * 集装箱数量
  87. */
  88. private String jzxsl;
  89. /**
  90. * 货物种类
  91. */
  92. private String hwzl;
  93. /**
  94. * 包装类别
  95. */
  96. private String bzlb;
  97. /**
  98. * 货物形式
  99. */
  100. private String hwxs;
  101. /** 海事对接字段:船次、船舶编号、对比结果、物品CN编号 */
  102. private String hc, cbbh, cnno;
  103. /**
  104. * 20'集装箱数量,40'集装箱数量,45'集装箱数量,特种集装箱数量,20'罐柜数量,40'罐柜数量
  105. */
  106. private Double sl20c, sl40c, sl45c, slspc, sl20t, sl40t,teu;
  107. /**
  108. * 英文船名
  109. */
  110. private String ywcm;
  111. /**
  112. * 火灾危险性
  113. */
  114. private String hzwxx;
  115. /**
  116. * 毒性等级
  117. */
  118. private String dxdj;
  119. /**
  120. * 污染级别
  121. */
  122. private String wrlb;
  123. /**
  124. * 1:内贸/2:外贸
  125. */
  126. private String mao;
  127. @Id
  128. public String getId() {
  129. return id;
  130. }
  131. public void setId(String id) {
  132. this.id = id;
  133. }
  134. public String getBh() {
  135. return bh;
  136. }
  137. public void setBh(String bh) {
  138. this.bh = bh;
  139. }
  140. public String getSzgq() {
  141. return szgq;
  142. }
  143. public void setSzgq(String szgq) {
  144. this.szgq = szgq;
  145. }
  146. public String getZydw() {
  147. return zydw;
  148. }
  149. public void setZydw(String zydw) {
  150. this.zydw = zydw;
  151. }
  152. public String getZywtr() {
  153. return zywtr;
  154. }
  155. public void setZywtr(String zywtr) {
  156. this.zywtr = zywtr;
  157. }
  158. public String getCm() {
  159. return cm;
  160. }
  161. public void setCm(String cm) {
  162. this.cm = cm;
  163. }
  164. public String getXcglfzr() {
  165. return xcglfzr;
  166. }
  167. public void setXcglfzr(String xcglfzr) {
  168. this.xcglfzr = xcglfzr;
  169. }
  170. public String getWxplb() {
  171. return wxplb;
  172. }
  173. public void setWxplb(String wxplb) {
  174. this.wxplb = wxplb;
  175. }
  176. public String getWxwpmc() {
  177. return wxwpmc;
  178. }
  179. public void setWxwpmc(String wxwpmc) {
  180. this.wxwpmc = wxwpmc;
  181. }
  182. public String getWxhwmcbh() {
  183. return wxhwmcbh;
  184. }
  185. public void setWxhwmcbh(String wxhwmcbh) {
  186. this.wxhwmcbh = wxhwmcbh;
  187. }
  188. public String getWpbh() {
  189. return wpbh;
  190. }
  191. public void setWpbh(String wpbh) {
  192. this.wpbh = wpbh;
  193. }
  194. public String getJcg() {
  195. return jcg;
  196. }
  197. public void setJcg(String jcg) {
  198. this.jcg = jcg;
  199. }
  200. public Double getZysl() {
  201. return zysl;
  202. }
  203. public void setZysl(Double zysl) {
  204. this.zysl = zysl;
  205. }
  206. public String getLhxz() {
  207. return lhxz;
  208. }
  209. public void setLhxz(String lhxz) {
  210. this.lhxz = lhxz;
  211. }
  212. public Date getZysj() {
  213. return zysj;
  214. }
  215. public void setZysj(Date zysj) {
  216. this.zysj = zysj;
  217. }
  218. public String getZydd() {
  219. return zydd;
  220. }
  221. public void setZydd(String zydd) {
  222. this.zydd = zydd;
  223. }
  224. public String getZyddqybh() {
  225. return zyddqybh;
  226. }
  227. public void setZyddqybh(String zyddqybh) {
  228. this.zyddqybh = zyddqybh;
  229. }
  230. public String getAqffcs() {
  231. return aqffcs;
  232. }
  233. public void setAqffcs(String aqffcs) {
  234. this.aqffcs = aqffcs;
  235. }
  236. public String getBgr() {
  237. return bgr;
  238. }
  239. public void setBgr(String bgr) {
  240. this.bgr = bgr;
  241. }
  242. public String getLxfs() {
  243. return lxfs;
  244. }
  245. public void setLxfs(String lxfs) {
  246. this.lxfs = lxfs;
  247. }
  248. public Date getBgsj() {
  249. return bgsj;
  250. }
  251. public void setBgsj(Date bgsj) {
  252. this.bgsj = bgsj;
  253. }
  254. public Date getKpsj() {
  255. return kpsj;
  256. }
  257. public void setKpsj(Date kpsj) {
  258. this.kpsj = kpsj;
  259. }
  260. public String getZylx() {
  261. return zylx;
  262. }
  263. public void setZylx(String zylx) {
  264. this.zylx = zylx;
  265. }
  266. public Date getKgsj() {
  267. return kgsj;
  268. }
  269. public void setKgsj(Date kgsj) {
  270. this.kgsj = kgsj;
  271. }
  272. public Date getWgsj() {
  273. return wgsj;
  274. }
  275. public void setWgsj(Date wgsj) {
  276. this.wgsj = wgsj;
  277. }
  278. public String getKgzt() {
  279. return kgzt;
  280. }
  281. public void setKgzt(String kgzt) {
  282. this.kgzt = kgzt;
  283. }
  284. public String getWgzt() {
  285. return wgzt;
  286. }
  287. public void setWgzt(String wgzt) {
  288. this.wgzt = wgzt;
  289. }
  290. public String getGjbh() {
  291. return gjbh;
  292. }
  293. public void setGjbh(String gjbh) {
  294. this.gjbh = gjbh;
  295. }
  296. public String getSg() {
  297. return sg;
  298. }
  299. public void setSg(String sg) {
  300. this.sg = sg;
  301. }
  302. public String getXg() {
  303. return xg;
  304. }
  305. public void setXg(String xg) {
  306. this.xg = xg;
  307. }
  308. public Date getZysjq() {
  309. return zysjq;
  310. }
  311. public void setZysjq(Date zysjq) {
  312. this.zysjq = zysjq;
  313. }
  314. public Date getZysjz() {
  315. return zysjz;
  316. }
  317. public void setZysjz(Date zysjz) {
  318. this.zysjz = zysjz;
  319. }
  320. public Date getQxzysj() {
  321. return qxzysj;
  322. }
  323. public void setQxzysj(Date qxzysj) {
  324. this.qxzysj = qxzysj;
  325. }
  326. public String getZyddqt() {
  327. return zyddqt;
  328. }
  329. public void setZyddqt(String zyddqt) {
  330. this.zyddqt = zyddqt;
  331. }
  332. public String getJzxsl() {
  333. return jzxsl;
  334. }
  335. public void setJzxsl(String jzxsl) {
  336. this.jzxsl = jzxsl;
  337. }
  338. public String getHwzl() {
  339. return hwzl;
  340. }
  341. public void setHwzl(String hwzl) {
  342. this.hwzl = hwzl;
  343. }
  344. public String getHwxs() {
  345. return hwxs;
  346. }
  347. public void setHwxs(String hwxs) {
  348. this.hwxs = hwxs;
  349. }
  350. public String getHc() {
  351. return hc;
  352. }
  353. public void setHc(String hc) {
  354. this.hc = hc;
  355. }
  356. public String getCbbh() {
  357. return cbbh;
  358. }
  359. public void setCbbh(String cbbh) {
  360. this.cbbh = cbbh;
  361. }
  362. public String getCnno() {
  363. return cnno;
  364. }
  365. public void setCnno(String cnno) {
  366. this.cnno = cnno;
  367. }
  368. public Double getSl20c() {
  369. return sl20c;
  370. }
  371. public void setSl20c(Double sl20c) {
  372. this.sl20c = sl20c;
  373. }
  374. public Double getSl40c() {
  375. return sl40c;
  376. }
  377. public void setSl40c(Double sl40c) {
  378. this.sl40c = sl40c;
  379. }
  380. public Double getSl45c() {
  381. return sl45c;
  382. }
  383. public void setSl45c(Double sl45c) {
  384. this.sl45c = sl45c;
  385. }
  386. public Double getSlspc() {
  387. return slspc;
  388. }
  389. public void setSlspc(Double slspc) {
  390. this.slspc = slspc;
  391. }
  392. public Double getSl20t() {
  393. return sl20t;
  394. }
  395. public void setSl20t(Double sl20t) {
  396. this.sl20t = sl20t;
  397. }
  398. public Double getSl40t() {
  399. return sl40t;
  400. }
  401. public void setSl40t(Double sl40t) {
  402. this.sl40t = sl40t;
  403. }
  404. public Double getTeu() {
  405. return teu;
  406. }
  407. public void setTeu(Double teu) {
  408. this.teu = teu;
  409. }
  410. public String getYwcm() {
  411. return ywcm;
  412. }
  413. public void setYwcm(String ywcm) {
  414. this.ywcm = ywcm;
  415. }
  416. public String getHzwxx() {
  417. return hzwxx;
  418. }
  419. public void setHzwxx(String hzwxx) {
  420. this.hzwxx = hzwxx;
  421. }
  422. public String getDxdj() {
  423. return dxdj;
  424. }
  425. public void setDxdj(String dxdj) {
  426. this.dxdj = dxdj;
  427. }
  428. public String getWrlb() {
  429. return wrlb;
  430. }
  431. public void setWrlb(String wrlb) {
  432. this.wrlb = wrlb;
  433. }
  434. public String getMao() {
  435. return mao;
  436. }
  437. public void setMao(String mao) {
  438. this.mao = mao;
  439. }
  440. /** 记录创建人 */
  441. private String addUser = null;
  442. /** 记录创建时间 */
  443. private Date addDate = null;
  444. /** 记录更新人 */
  445. private String updateUser = null;
  446. /** 记录更新时间 */
  447. private Date updateDate = null;
  448. /** 记录状态 */
  449. private int recordStatus = 1;
  450. public String getAddUser() {
  451. return addUser;
  452. }
  453. public void setAddUser(String addUser) {
  454. this.addUser = addUser;
  455. }
  456. public Date getAddDate() {
  457. return addDate;
  458. }
  459. public void setAddDate(Date addDate) {
  460. this.addDate = addDate;
  461. }
  462. public String getUpdateUser() {
  463. return updateUser;
  464. }
  465. public void setUpdateUser(String updateUser) {
  466. this.updateUser = updateUser;
  467. }
  468. public Date getUpdateDate() {
  469. return updateDate;
  470. }
  471. public void setUpdateDate(Date updateDate) {
  472. this.updateDate = updateDate;
  473. }
  474. public int getRecordStatus() {
  475. return recordStatus;
  476. }
  477. public void setRecordStatus(int recordStatus) {
  478. this.recordStatus = recordStatus;
  479. }
  480. public String getSzd() {
  481. return szd;
  482. }
  483. public void setSzd(String szd) {
  484. this.szd = szd;
  485. }
  486. public String getBzlb() {
  487. return bzlb;
  488. }
  489. public void setBzlb(String bzlb) {
  490. this.bzlb = bzlb;
  491. }
  492. }