ZnebEbda.java 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. package com.huimv.zneb.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class ZnebEbda extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column zneb_ebda.ID
  8. *
  9. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column zneb_ebda.DZEB
  15. *
  16. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  17. */
  18. private String dzeb;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column zneb_ebda.MAC
  22. *
  23. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  24. */
  25. private String mac;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column zneb_ebda.DBSJ
  29. *
  30. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  31. */
  32. private Date dbsj;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column zneb_ebda.ZZLX
  36. *
  37. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  38. */
  39. private String zzlx;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column zneb_ebda.ZS
  43. *
  44. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  45. */
  46. private String zs;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column zneb_ebda.LW
  50. *
  51. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  52. */
  53. private String lw;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column zneb_ebda.RL
  57. *
  58. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  59. */
  60. private String rl;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column zneb_ebda.TC
  64. *
  65. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  66. */
  67. private String tc;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column zneb_ebda.DNSJ
  71. *
  72. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  73. */
  74. private Date dnsj;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column zneb_ebda.SCSJ
  78. *
  79. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  80. */
  81. private Date scsj;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column zneb_ebda.XGR
  85. *
  86. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  87. */
  88. private String xgr;
  89. /**
  90. * This field was generated by Apache iBATIS ibator.
  91. * This field corresponds to the database column zneb_ebda.XGSJ
  92. *
  93. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  94. */
  95. private Date xgsj;
  96. /**
  97. * This field was generated by Apache iBATIS ibator.
  98. * This field corresponds to the database column zneb_ebda.ZFBZ
  99. *
  100. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  101. */
  102. private Integer zfbz;
  103. /**
  104. * This method was generated by Apache iBATIS ibator.
  105. * This method returns the value of the database column zneb_ebda.ID
  106. *
  107. * @return the value of zneb_ebda.ID
  108. *
  109. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  110. */
  111. public Integer getId() {
  112. return id;
  113. }
  114. /**
  115. * This method was generated by Apache iBATIS ibator.
  116. * This method sets the value of the database column zneb_ebda.ID
  117. *
  118. * @param id the value for zneb_ebda.ID
  119. *
  120. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  121. */
  122. public void setId(Integer id) {
  123. this.id = id;
  124. }
  125. /**
  126. * This method was generated by Apache iBATIS ibator.
  127. * This method returns the value of the database column zneb_ebda.DZEB
  128. *
  129. * @return the value of zneb_ebda.DZEB
  130. *
  131. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  132. */
  133. public String getDzeb() {
  134. return dzeb;
  135. }
  136. /**
  137. * This method was generated by Apache iBATIS ibator.
  138. * This method sets the value of the database column zneb_ebda.DZEB
  139. *
  140. * @param dzeb the value for zneb_ebda.DZEB
  141. *
  142. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  143. */
  144. public void setDzeb(String dzeb) {
  145. this.dzeb = dzeb == null ? null : dzeb.trim();
  146. }
  147. /**
  148. * This method was generated by Apache iBATIS ibator.
  149. * This method returns the value of the database column zneb_ebda.MAC
  150. *
  151. * @return the value of zneb_ebda.MAC
  152. *
  153. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  154. */
  155. public String getMac() {
  156. return mac;
  157. }
  158. /**
  159. * This method was generated by Apache iBATIS ibator.
  160. * This method sets the value of the database column zneb_ebda.MAC
  161. *
  162. * @param mac the value for zneb_ebda.MAC
  163. *
  164. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  165. */
  166. public void setMac(String mac) {
  167. this.mac = mac == null ? null : mac.trim();
  168. }
  169. /**
  170. * This method was generated by Apache iBATIS ibator.
  171. * This method returns the value of the database column zneb_ebda.DBSJ
  172. *
  173. * @return the value of zneb_ebda.DBSJ
  174. *
  175. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  176. */
  177. public Date getDbsj() {
  178. return dbsj;
  179. }
  180. /**
  181. * This method was generated by Apache iBATIS ibator.
  182. * This method sets the value of the database column zneb_ebda.DBSJ
  183. *
  184. * @param dbsj the value for zneb_ebda.DBSJ
  185. *
  186. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  187. */
  188. public void setDbsj(Date dbsj) {
  189. this.dbsj = dbsj;
  190. }
  191. /**
  192. * This method was generated by Apache iBATIS ibator.
  193. * This method returns the value of the database column zneb_ebda.ZZLX
  194. *
  195. * @return the value of zneb_ebda.ZZLX
  196. *
  197. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  198. */
  199. public String getZzlx() {
  200. return zzlx;
  201. }
  202. /**
  203. * This method was generated by Apache iBATIS ibator.
  204. * This method sets the value of the database column zneb_ebda.ZZLX
  205. *
  206. * @param zzlx the value for zneb_ebda.ZZLX
  207. *
  208. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  209. */
  210. public void setZzlx(String zzlx) {
  211. this.zzlx = zzlx == null ? null : zzlx.trim();
  212. }
  213. /**
  214. * This method was generated by Apache iBATIS ibator.
  215. * This method returns the value of the database column zneb_ebda.ZS
  216. *
  217. * @return the value of zneb_ebda.ZS
  218. *
  219. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  220. */
  221. public String getZs() {
  222. return zs;
  223. }
  224. /**
  225. * This method was generated by Apache iBATIS ibator.
  226. * This method sets the value of the database column zneb_ebda.ZS
  227. *
  228. * @param zs the value for zneb_ebda.ZS
  229. *
  230. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  231. */
  232. public void setZs(String zs) {
  233. this.zs = zs == null ? null : zs.trim();
  234. }
  235. /**
  236. * This method was generated by Apache iBATIS ibator.
  237. * This method returns the value of the database column zneb_ebda.LW
  238. *
  239. * @return the value of zneb_ebda.LW
  240. *
  241. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  242. */
  243. public String getLw() {
  244. return lw;
  245. }
  246. /**
  247. * This method was generated by Apache iBATIS ibator.
  248. * This method sets the value of the database column zneb_ebda.LW
  249. *
  250. * @param lw the value for zneb_ebda.LW
  251. *
  252. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  253. */
  254. public void setLw(String lw) {
  255. this.lw = lw == null ? null : lw.trim();
  256. }
  257. /**
  258. * This method was generated by Apache iBATIS ibator.
  259. * This method returns the value of the database column zneb_ebda.RL
  260. *
  261. * @return the value of zneb_ebda.RL
  262. *
  263. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  264. */
  265. public String getRl() {
  266. return rl;
  267. }
  268. /**
  269. * This method was generated by Apache iBATIS ibator.
  270. * This method sets the value of the database column zneb_ebda.RL
  271. *
  272. * @param rl the value for zneb_ebda.RL
  273. *
  274. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  275. */
  276. public void setRl(String rl) {
  277. this.rl = rl == null ? null : rl.trim();
  278. }
  279. /**
  280. * This method was generated by Apache iBATIS ibator.
  281. * This method returns the value of the database column zneb_ebda.TC
  282. *
  283. * @return the value of zneb_ebda.TC
  284. *
  285. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  286. */
  287. public String getTc() {
  288. return tc;
  289. }
  290. /**
  291. * This method was generated by Apache iBATIS ibator.
  292. * This method sets the value of the database column zneb_ebda.TC
  293. *
  294. * @param tc the value for zneb_ebda.TC
  295. *
  296. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  297. */
  298. public void setTc(String tc) {
  299. this.tc = tc == null ? null : tc.trim();
  300. }
  301. /**
  302. * This method was generated by Apache iBATIS ibator.
  303. * This method returns the value of the database column zneb_ebda.DNSJ
  304. *
  305. * @return the value of zneb_ebda.DNSJ
  306. *
  307. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  308. */
  309. public Date getDnsj() {
  310. return dnsj;
  311. }
  312. /**
  313. * This method was generated by Apache iBATIS ibator.
  314. * This method sets the value of the database column zneb_ebda.DNSJ
  315. *
  316. * @param dnsj the value for zneb_ebda.DNSJ
  317. *
  318. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  319. */
  320. public void setDnsj(Date dnsj) {
  321. this.dnsj = dnsj;
  322. }
  323. /**
  324. * This method was generated by Apache iBATIS ibator.
  325. * This method returns the value of the database column zneb_ebda.SCSJ
  326. *
  327. * @return the value of zneb_ebda.SCSJ
  328. *
  329. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  330. */
  331. public Date getScsj() {
  332. return scsj;
  333. }
  334. /**
  335. * This method was generated by Apache iBATIS ibator.
  336. * This method sets the value of the database column zneb_ebda.SCSJ
  337. *
  338. * @param scsj the value for zneb_ebda.SCSJ
  339. *
  340. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  341. */
  342. public void setScsj(Date scsj) {
  343. this.scsj = scsj;
  344. }
  345. /**
  346. * This method was generated by Apache iBATIS ibator.
  347. * This method returns the value of the database column zneb_ebda.XGR
  348. *
  349. * @return the value of zneb_ebda.XGR
  350. *
  351. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  352. */
  353. public String getXgr() {
  354. return xgr;
  355. }
  356. /**
  357. * This method was generated by Apache iBATIS ibator.
  358. * This method sets the value of the database column zneb_ebda.XGR
  359. *
  360. * @param xgr the value for zneb_ebda.XGR
  361. *
  362. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  363. */
  364. public void setXgr(String xgr) {
  365. this.xgr = xgr == null ? null : xgr.trim();
  366. }
  367. /**
  368. * This method was generated by Apache iBATIS ibator.
  369. * This method returns the value of the database column zneb_ebda.XGSJ
  370. *
  371. * @return the value of zneb_ebda.XGSJ
  372. *
  373. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  374. */
  375. public Date getXgsj() {
  376. return xgsj;
  377. }
  378. /**
  379. * This method was generated by Apache iBATIS ibator.
  380. * This method sets the value of the database column zneb_ebda.XGSJ
  381. *
  382. * @param xgsj the value for zneb_ebda.XGSJ
  383. *
  384. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  385. */
  386. public void setXgsj(Date xgsj) {
  387. this.xgsj = xgsj;
  388. }
  389. /**
  390. * This method was generated by Apache iBATIS ibator.
  391. * This method returns the value of the database column zneb_ebda.ZFBZ
  392. *
  393. * @return the value of zneb_ebda.ZFBZ
  394. *
  395. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  396. */
  397. public Integer getZfbz() {
  398. return zfbz;
  399. }
  400. /**
  401. * This method was generated by Apache iBATIS ibator.
  402. * This method sets the value of the database column zneb_ebda.ZFBZ
  403. *
  404. * @param zfbz the value for zneb_ebda.ZFBZ
  405. *
  406. * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
  407. */
  408. public void setZfbz(Integer zfbz) {
  409. this.zfbz = zfbz;
  410. }
  411. private String dbsjStr;
  412. private String dnsjStr;
  413. private String scsjStr;
  414. public String getDbsjStr() {
  415. return dbsjStr;
  416. }
  417. public void setDbsjStr(String dbsjStr) {
  418. this.dbsjStr = dbsjStr;
  419. }
  420. public String getDnsjStr() {
  421. return dnsjStr;
  422. }
  423. public void setDnsjStr(String dnsjStr) {
  424. this.dnsjStr = dnsjStr;
  425. }
  426. public String getScsjStr() {
  427. return scsjStr;
  428. }
  429. public void setScsjStr(String scsjStr) {
  430. this.scsjStr = scsjStr;
  431. }
  432. }