XtLsjl.java 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtLsjl extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_lsjl.ID
  7. *
  8. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  9. */
  10. private Integer id;
  11. /**
  12. * This field was generated by Apache iBATIS ibator.
  13. * This field corresponds to the database column xt_lsjl.YHID
  14. *
  15. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  16. */
  17. private Integer yhid;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_lsjl.YHXM
  21. *
  22. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  23. */
  24. private String yhxm;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_lsjl.FWSJ
  28. *
  29. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  30. */
  31. private Date fwsj;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_lsjl.TCSJ
  35. *
  36. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  37. */
  38. private Date tcsj;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_lsjl.DLDD
  42. *
  43. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  44. */
  45. private String dldd;
  46. /**
  47. * This field was generated by Apache iBATIS ibator.
  48. * This field corresponds to the database column xt_lsjl.IP
  49. *
  50. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  51. */
  52. private String ip;
  53. /**
  54. * This field was generated by Apache iBATIS ibator.
  55. * This field corresponds to the database column xt_lsjl.FWFS
  56. *
  57. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  58. */
  59. private String fwfs;
  60. /**
  61. * This field was generated by Apache iBATIS ibator.
  62. * This field corresponds to the database column xt_lsjl.DLFS
  63. *
  64. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  65. */
  66. private String dlfs;
  67. /**
  68. * This field was generated by Apache iBATIS ibator.
  69. * This field corresponds to the database column xt_lsjl.SBLX
  70. *
  71. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  72. */
  73. private String sblx;
  74. /**
  75. * This field was generated by Apache iBATIS ibator.
  76. * This field corresponds to the database column xt_lsjl.CZXT
  77. *
  78. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  79. */
  80. private String czxt;
  81. /**
  82. * This field was generated by Apache iBATIS ibator.
  83. * This field corresponds to the database column xt_lsjl.SBBZ
  84. *
  85. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  86. */
  87. private String sbbz;
  88. /**
  89. * This field was generated by Apache iBATIS ibator.
  90. * This field corresponds to the database column xt_lsjl.BZ
  91. *
  92. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  93. */
  94. private String bz;
  95. /**
  96. * This field was generated by Apache iBATIS ibator.
  97. * This field corresponds to the database column xt_lsjl.FWJL
  98. *
  99. * @ibatorgenerated Tue Dec 09 09:03:40 CST 2014
  100. */
  101. private String fwjl;
  102. /**
  103. * This method was generated by Apache iBATIS ibator.
  104. * This method returns the value of the database column xt_lsjl.ID
  105. *
  106. * @return the value of xt_lsjl.ID
  107. *
  108. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  109. */
  110. public Integer getId() {
  111. return id;
  112. }
  113. /**
  114. * This method was generated by Apache iBATIS ibator.
  115. * This method sets the value of the database column xt_lsjl.ID
  116. *
  117. * @param id the value for xt_lsjl.ID
  118. *
  119. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  120. */
  121. public void setId(Integer id) {
  122. this.id = id;
  123. }
  124. /**
  125. * This method was generated by Apache iBATIS ibator.
  126. * This method returns the value of the database column xt_lsjl.YHID
  127. *
  128. * @return the value of xt_lsjl.YHID
  129. *
  130. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  131. */
  132. public Integer getYhid() {
  133. return yhid;
  134. }
  135. /**
  136. * This method was generated by Apache iBATIS ibator.
  137. * This method sets the value of the database column xt_lsjl.YHID
  138. *
  139. * @param yhid the value for xt_lsjl.YHID
  140. *
  141. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  142. */
  143. public void setYhid(Integer yhid) {
  144. this.yhid = yhid;
  145. }
  146. /**
  147. * This method was generated by Apache iBATIS ibator.
  148. * This method returns the value of the database column xt_lsjl.YHXM
  149. *
  150. * @return the value of xt_lsjl.YHXM
  151. *
  152. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  153. */
  154. public String getYhxm() {
  155. return yhxm;
  156. }
  157. /**
  158. * This method was generated by Apache iBATIS ibator.
  159. * This method sets the value of the database column xt_lsjl.YHXM
  160. *
  161. * @param yhxm the value for xt_lsjl.YHXM
  162. *
  163. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  164. */
  165. public void setYhxm(String yhxm) {
  166. this.yhxm = yhxm == null ? null : yhxm.trim();
  167. }
  168. /**
  169. * This method was generated by Apache iBATIS ibator.
  170. * This method returns the value of the database column xt_lsjl.FWSJ
  171. *
  172. * @return the value of xt_lsjl.FWSJ
  173. *
  174. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  175. */
  176. public Date getFwsj() {
  177. return fwsj;
  178. }
  179. /**
  180. * This method was generated by Apache iBATIS ibator.
  181. * This method sets the value of the database column xt_lsjl.FWSJ
  182. *
  183. * @param fwsj the value for xt_lsjl.FWSJ
  184. *
  185. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  186. */
  187. public void setFwsj(Date fwsj) {
  188. this.fwsj = fwsj;
  189. }
  190. /**
  191. * This method was generated by Apache iBATIS ibator.
  192. * This method returns the value of the database column xt_lsjl.TCSJ
  193. *
  194. * @return the value of xt_lsjl.TCSJ
  195. *
  196. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  197. */
  198. public Date getTcsj() {
  199. return tcsj;
  200. }
  201. /**
  202. * This method was generated by Apache iBATIS ibator.
  203. * This method sets the value of the database column xt_lsjl.TCSJ
  204. *
  205. * @param tcsj the value for xt_lsjl.TCSJ
  206. *
  207. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  208. */
  209. public void setTcsj(Date tcsj) {
  210. this.tcsj = tcsj;
  211. }
  212. /**
  213. * This method was generated by Apache iBATIS ibator.
  214. * This method returns the value of the database column xt_lsjl.DLDD
  215. *
  216. * @return the value of xt_lsjl.DLDD
  217. *
  218. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  219. */
  220. public String getDldd() {
  221. return dldd;
  222. }
  223. /**
  224. * This method was generated by Apache iBATIS ibator.
  225. * This method sets the value of the database column xt_lsjl.DLDD
  226. *
  227. * @param dldd the value for xt_lsjl.DLDD
  228. *
  229. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  230. */
  231. public void setDldd(String dldd) {
  232. this.dldd = dldd == null ? null : dldd.trim();
  233. }
  234. /**
  235. * This method was generated by Apache iBATIS ibator.
  236. * This method returns the value of the database column xt_lsjl.IP
  237. *
  238. * @return the value of xt_lsjl.IP
  239. *
  240. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  241. */
  242. public String getIp() {
  243. return ip;
  244. }
  245. /**
  246. * This method was generated by Apache iBATIS ibator.
  247. * This method sets the value of the database column xt_lsjl.IP
  248. *
  249. * @param ip the value for xt_lsjl.IP
  250. *
  251. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  252. */
  253. public void setIp(String ip) {
  254. this.ip = ip == null ? null : ip.trim();
  255. }
  256. /**
  257. * This method was generated by Apache iBATIS ibator.
  258. * This method returns the value of the database column xt_lsjl.FWFS
  259. *
  260. * @return the value of xt_lsjl.FWFS
  261. *
  262. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  263. */
  264. public String getFwfs() {
  265. return fwfs;
  266. }
  267. /**
  268. * This method was generated by Apache iBATIS ibator.
  269. * This method sets the value of the database column xt_lsjl.FWFS
  270. *
  271. * @param fwfs the value for xt_lsjl.FWFS
  272. *
  273. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  274. */
  275. public void setFwfs(String fwfs) {
  276. this.fwfs = fwfs == null ? null : fwfs.trim();
  277. }
  278. /**
  279. * This method was generated by Apache iBATIS ibator.
  280. * This method returns the value of the database column xt_lsjl.DLFS
  281. *
  282. * @return the value of xt_lsjl.DLFS
  283. *
  284. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  285. */
  286. public String getDlfs() {
  287. return dlfs;
  288. }
  289. /**
  290. * This method was generated by Apache iBATIS ibator.
  291. * This method sets the value of the database column xt_lsjl.DLFS
  292. *
  293. * @param dlfs the value for xt_lsjl.DLFS
  294. *
  295. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  296. */
  297. public void setDlfs(String dlfs) {
  298. this.dlfs = dlfs == null ? null : dlfs.trim();
  299. }
  300. /**
  301. * This method was generated by Apache iBATIS ibator.
  302. * This method returns the value of the database column xt_lsjl.SBLX
  303. *
  304. * @return the value of xt_lsjl.SBLX
  305. *
  306. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  307. */
  308. public String getSblx() {
  309. return sblx;
  310. }
  311. /**
  312. * This method was generated by Apache iBATIS ibator.
  313. * This method sets the value of the database column xt_lsjl.SBLX
  314. *
  315. * @param sblx the value for xt_lsjl.SBLX
  316. *
  317. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  318. */
  319. public void setSblx(String sblx) {
  320. this.sblx = sblx == null ? null : sblx.trim();
  321. }
  322. /**
  323. * This method was generated by Apache iBATIS ibator.
  324. * This method returns the value of the database column xt_lsjl.CZXT
  325. *
  326. * @return the value of xt_lsjl.CZXT
  327. *
  328. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  329. */
  330. public String getCzxt() {
  331. return czxt;
  332. }
  333. /**
  334. * This method was generated by Apache iBATIS ibator.
  335. * This method sets the value of the database column xt_lsjl.CZXT
  336. *
  337. * @param czxt the value for xt_lsjl.CZXT
  338. *
  339. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  340. */
  341. public void setCzxt(String czxt) {
  342. this.czxt = czxt == null ? null : czxt.trim();
  343. }
  344. /**
  345. * This method was generated by Apache iBATIS ibator.
  346. * This method returns the value of the database column xt_lsjl.SBBZ
  347. *
  348. * @return the value of xt_lsjl.SBBZ
  349. *
  350. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  351. */
  352. public String getSbbz() {
  353. return sbbz;
  354. }
  355. /**
  356. * This method was generated by Apache iBATIS ibator.
  357. * This method sets the value of the database column xt_lsjl.SBBZ
  358. *
  359. * @param sbbz the value for xt_lsjl.SBBZ
  360. *
  361. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  362. */
  363. public void setSbbz(String sbbz) {
  364. this.sbbz = sbbz == null ? null : sbbz.trim();
  365. }
  366. /**
  367. * This method was generated by Apache iBATIS ibator.
  368. * This method returns the value of the database column xt_lsjl.BZ
  369. *
  370. * @return the value of xt_lsjl.BZ
  371. *
  372. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  373. */
  374. public String getBz() {
  375. return bz;
  376. }
  377. /**
  378. * This method was generated by Apache iBATIS ibator.
  379. * This method sets the value of the database column xt_lsjl.BZ
  380. *
  381. * @param bz the value for xt_lsjl.BZ
  382. *
  383. * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
  384. */
  385. public void setBz(String bz) {
  386. this.bz = bz == null ? null : bz.trim();
  387. }
  388. /**
  389. * This method was generated by Apache iBATIS ibator.
  390. * This method returns the value of the database column xt_lsjl.FWJL
  391. *
  392. * @return the value of xt_lsjl.FWJL
  393. *
  394. * @ibatorgenerated Tue Dec 09 09:03:40 CST 2014
  395. */
  396. public String getFwjl() {
  397. return fwjl;
  398. }
  399. /**
  400. * This method was generated by Apache iBATIS ibator.
  401. * This method sets the value of the database column xt_lsjl.FWJL
  402. *
  403. * @param fwjl the value for xt_lsjl.FWJL
  404. *
  405. * @ibatorgenerated Tue Dec 09 09:03:40 CST 2014
  406. */
  407. public void setFwjl(String fwjl) {
  408. this.fwjl = fwjl == null ? null : fwjl.trim();
  409. }
  410. }