XtHkyxcs.java 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. package com.huimv.xt.dataobject;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. import java.util.List;
  5. import com.huimv.busi.xt.dto.HkDwDTO;
  6. public class XtHkyxcs extends BaseDO {
  7. /**
  8. * This field was generated by Apache iBATIS ibator.
  9. * This field corresponds to the database column xt_hk_yxcs.ID
  10. *
  11. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  12. */
  13. private Integer id;
  14. /**
  15. * This field was generated by Apache iBATIS ibator.
  16. * This field corresponds to the database column xt_hk_yxcs.JQID
  17. *
  18. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  19. */
  20. private String jqid;
  21. /**
  22. * This field was generated by Apache iBATIS ibator.
  23. * This field corresponds to the database column xt_hk_yxcs.LJAQ
  24. *
  25. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  26. */
  27. private BigDecimal ljaq;
  28. /**
  29. * This field was generated by Apache iBATIS ibator.
  30. * This field corresponds to the database column xt_hk_yxcs.DWSL
  31. *
  32. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  33. */
  34. private Integer dwsl;
  35. /**
  36. * This field was generated by Apache iBATIS ibator.
  37. * This field corresponds to the database column xt_hk_yxcs.DKSL
  38. *
  39. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  40. */
  41. private Integer dksl;
  42. /**
  43. * This field was generated by Apache iBATIS ibator.
  44. * This field corresponds to the database column xt_hk_yxcs.DWNR
  45. *
  46. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  47. */
  48. private String dwnr;
  49. /**
  50. * This field was generated by Apache iBATIS ibator.
  51. * This field corresponds to the database column xt_hk_yxcs.DWWD
  52. *
  53. * @ibatorgenerated Tue Oct 31 08:55:35 CST 2017
  54. */
  55. private String dwwd;
  56. /**
  57. * This field was generated by Apache iBATIS ibator.
  58. * This field corresponds to the database column xt_hk_yxcs.DWSB
  59. *
  60. * @ibatorgenerated Tue Oct 31 08:55:35 CST 2017
  61. */
  62. private String dwsb;
  63. /**
  64. * This field was generated by Apache iBATIS ibator.
  65. * This field corresponds to the database column xt_hk_yxcs.DWPZ
  66. *
  67. * @ibatorgenerated Tue Oct 31 08:55:35 CST 2017
  68. */
  69. private String dwpz;
  70. /**
  71. * This field was generated by Apache iBATIS ibator.
  72. * This field corresponds to the database column xt_hk_yxcs.BZ
  73. *
  74. * @ibatorgenerated Thu Mar 09 09:31:09 CST 2017
  75. */
  76. private String bz;
  77. /**
  78. * This field was generated by Apache iBATIS ibator.
  79. * This field corresponds to the database column xt_hk_yxcs.XGR
  80. *
  81. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  82. */
  83. private String xgr;
  84. /**
  85. * This field was generated by Apache iBATIS ibator.
  86. * This field corresponds to the database column xt_hk_yxcs.XGSJ
  87. *
  88. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  89. */
  90. private Date xgsj;
  91. /**
  92. * This field was generated by Apache iBATIS ibator.
  93. * This field corresponds to the database column xt_hk_yxcs.SBLY
  94. *
  95. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  96. */
  97. private Integer sbly;
  98. /**
  99. * This field was generated by Apache iBATIS ibator.
  100. * This field corresponds to the database column xt_hk_yxcs.MRDW
  101. *
  102. * @ibatorgenerated Tue Apr 11 14:35:33 CST 2017
  103. */
  104. private String mrdw;
  105. /**
  106. * This field was generated by Apache iBATIS ibator.
  107. * This field corresponds to the database column xt_hk_yxcs.ZFBZ
  108. *
  109. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  110. */
  111. private Integer zfbz;
  112. /**
  113. * This method was generated by Apache iBATIS ibator.
  114. * This method returns the value of the database column xt_hk_yxcs.ID
  115. *
  116. * @return the value of xt_hk_yxcs.ID
  117. *
  118. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  119. */
  120. public Integer getId() {
  121. return id;
  122. }
  123. /**
  124. * This method was generated by Apache iBATIS ibator.
  125. * This method sets the value of the database column xt_hk_yxcs.ID
  126. *
  127. * @param id the value for xt_hk_yxcs.ID
  128. *
  129. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  130. */
  131. public void setId(Integer id) {
  132. this.id = id;
  133. }
  134. /**
  135. * This method was generated by Apache iBATIS ibator.
  136. * This method returns the value of the database column xt_hk_yxcs.JQID
  137. *
  138. * @return the value of xt_hk_yxcs.JQID
  139. *
  140. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  141. */
  142. public String getJqid() {
  143. return jqid;
  144. }
  145. /**
  146. * This method was generated by Apache iBATIS ibator.
  147. * This method sets the value of the database column xt_hk_yxcs.JQID
  148. *
  149. * @param jqid the value for xt_hk_yxcs.JQID
  150. *
  151. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  152. */
  153. public void setJqid(String jqid) {
  154. this.jqid = jqid == null ? null : jqid.trim();
  155. }
  156. /**
  157. * This method was generated by Apache iBATIS ibator.
  158. * This method returns the value of the database column xt_hk_yxcs.LJAQ
  159. *
  160. * @return the value of xt_hk_yxcs.LJAQ
  161. *
  162. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  163. */
  164. public BigDecimal getLjaq() {
  165. return ljaq;
  166. }
  167. /**
  168. * This method was generated by Apache iBATIS ibator.
  169. * This method sets the value of the database column xt_hk_yxcs.LJAQ
  170. *
  171. * @param ljaq the value for xt_hk_yxcs.LJAQ
  172. *
  173. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  174. */
  175. public void setLjaq(BigDecimal ljaq) {
  176. this.ljaq = ljaq;
  177. }
  178. /**
  179. * This method was generated by Apache iBATIS ibator.
  180. * This method returns the value of the database column xt_hk_yxcs.DWSL
  181. *
  182. * @return the value of xt_hk_yxcs.DWSL
  183. *
  184. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  185. */
  186. public Integer getDwsl() {
  187. return dwsl;
  188. }
  189. /**
  190. * This method was generated by Apache iBATIS ibator.
  191. * This method sets the value of the database column xt_hk_yxcs.DWSL
  192. *
  193. * @param dwsl the value for xt_hk_yxcs.DWSL
  194. *
  195. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  196. */
  197. public void setDwsl(Integer dwsl) {
  198. this.dwsl = dwsl;
  199. }
  200. /**
  201. * This method was generated by Apache iBATIS ibator.
  202. * This method returns the value of the database column xt_hk_yxcs.DKSL
  203. *
  204. * @return the value of xt_hk_yxcs.DKSL
  205. *
  206. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  207. */
  208. public Integer getDksl() {
  209. return dksl;
  210. }
  211. /**
  212. * This method was generated by Apache iBATIS ibator.
  213. * This method sets the value of the database column xt_hk_yxcs.DKSL
  214. *
  215. * @param dksl the value for xt_hk_yxcs.DKSL
  216. *
  217. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  218. */
  219. public void setDksl(Integer dksl) {
  220. this.dksl = dksl;
  221. }
  222. /**
  223. * This method was generated by Apache iBATIS ibator.
  224. * This method returns the value of the database column xt_hk_yxcs.DWNR
  225. *
  226. * @return the value of xt_hk_yxcs.DWNR
  227. *
  228. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  229. */
  230. public String getDwnr() {
  231. return dwnr;
  232. }
  233. /**
  234. * This method was generated by Apache iBATIS ibator.
  235. * This method sets the value of the database column xt_hk_yxcs.DWNR
  236. *
  237. * @param dwnr the value for xt_hk_yxcs.DWNR
  238. *
  239. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  240. */
  241. public void setDwnr(String dwnr) {
  242. this.dwnr = dwnr == null ? null : dwnr.trim();
  243. }
  244. /**
  245. * This method was generated by Apache iBATIS ibator.
  246. * This method returns the value of the database column xt_hk_yxcs.BZ
  247. *
  248. * @return the value of xt_hk_yxcs.BZ
  249. *
  250. * @ibatorgenerated Thu Mar 09 09:31:09 CST 2017
  251. */
  252. public String getBz() {
  253. return bz;
  254. }
  255. /**
  256. * This method was generated by Apache iBATIS ibator.
  257. * This method sets the value of the database column xt_hk_yxcs.BZ
  258. *
  259. * @param bz the value for xt_hk_yxcs.BZ
  260. *
  261. * @ibatorgenerated Thu Mar 09 09:31:09 CST 2017
  262. */
  263. public void setBz(String bz) {
  264. this.bz = bz == null ? null : bz.trim();
  265. }
  266. /**
  267. * This method was generated by Apache iBATIS ibator.
  268. * This method returns the value of the database column xt_hk_yxcs.XGR
  269. *
  270. * @return the value of xt_hk_yxcs.XGR
  271. *
  272. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  273. */
  274. public String getXgr() {
  275. return xgr;
  276. }
  277. /**
  278. * This method was generated by Apache iBATIS ibator.
  279. * This method sets the value of the database column xt_hk_yxcs.XGR
  280. *
  281. * @param xgr the value for xt_hk_yxcs.XGR
  282. *
  283. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  284. */
  285. public void setXgr(String xgr) {
  286. this.xgr = xgr == null ? null : xgr.trim();
  287. }
  288. /**
  289. * This method was generated by Apache iBATIS ibator.
  290. * This method returns the value of the database column xt_hk_yxcs.XGSJ
  291. *
  292. * @return the value of xt_hk_yxcs.XGSJ
  293. *
  294. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  295. */
  296. public Date getXgsj() {
  297. return xgsj;
  298. }
  299. /**
  300. * This method was generated by Apache iBATIS ibator.
  301. * This method sets the value of the database column xt_hk_yxcs.XGSJ
  302. *
  303. * @param xgsj the value for xt_hk_yxcs.XGSJ
  304. *
  305. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  306. */
  307. public void setXgsj(Date xgsj) {
  308. this.xgsj = xgsj;
  309. }
  310. /**
  311. * This method was generated by Apache iBATIS ibator.
  312. * This method returns the value of the database column xt_hk_yxcs.SBLY
  313. *
  314. * @return the value of xt_hk_yxcs.SBLY
  315. *
  316. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  317. */
  318. public Integer getSbly() {
  319. return sbly;
  320. }
  321. /**
  322. * This method was generated by Apache iBATIS ibator.
  323. * This method sets the value of the database column xt_hk_yxcs.SBLY
  324. *
  325. * @param sbly the value for xt_hk_yxcs.SBLY
  326. *
  327. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  328. */
  329. public void setSbly(Integer sbly) {
  330. this.sbly = sbly;
  331. }
  332. /**
  333. * This method was generated by Apache iBATIS ibator.
  334. * This method returns the value of the database column xt_hk_yxcs.MRDW
  335. *
  336. * @return the value of xt_hk_yxcs.MRDW
  337. *
  338. * @ibatorgenerated Tue Apr 11 14:35:33 CST 2017
  339. */
  340. public String getMrdw() {
  341. return mrdw;
  342. }
  343. /**
  344. * This method was generated by Apache iBATIS ibator.
  345. * This method sets the value of the database column xt_hk_yxcs.MRDW
  346. *
  347. * @param mrdw the value for xt_hk_yxcs.MRDW
  348. *
  349. * @ibatorgenerated Tue Apr 11 14:35:33 CST 2017
  350. */
  351. public void setMrdw(String mrdw) {
  352. this.mrdw = mrdw == null ? null : mrdw.trim();
  353. }
  354. /**
  355. * This method was generated by Apache iBATIS ibator.
  356. * This method returns the value of the database column xt_hk_yxcs.ZFBZ
  357. *
  358. * @return the value of xt_hk_yxcs.ZFBZ
  359. *
  360. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  361. */
  362. public Integer getZfbz() {
  363. return zfbz;
  364. }
  365. /**
  366. * This method was generated by Apache iBATIS ibator.
  367. * This method sets the value of the database column xt_hk_yxcs.ZFBZ
  368. *
  369. * @param zfbz the value for xt_hk_yxcs.ZFBZ
  370. *
  371. * @ibatorgenerated Fri Jan 01 20:06:01 CST 2016
  372. */
  373. public void setZfbz(Integer zfbz) {
  374. this.zfbz = zfbz;
  375. }
  376. public String getDwwd() {
  377. return dwwd;
  378. }
  379. public void setDwwd(String dwwd) {
  380. this.dwwd = dwwd;
  381. }
  382. public String getDwsb() {
  383. return dwsb;
  384. }
  385. public void setDwsb(String dwsb) {
  386. this.dwsb = dwsb;
  387. }
  388. public String getDwpz() {
  389. return dwpz;
  390. }
  391. public void setDwpz(String dwpz) {
  392. this.dwpz = dwpz;
  393. }
  394. private String mcmc;
  395. private String zsmc;
  396. private int mcid;
  397. private int zsid;
  398. private String xgrxm;
  399. private String xgsjstr;
  400. private List<HkDwDTO> dwList;
  401. public String getMcmc() {
  402. return mcmc;
  403. }
  404. public void setMcmc(String mcmc) {
  405. this.mcmc = mcmc;
  406. }
  407. public String getZsmc() {
  408. return zsmc;
  409. }
  410. public void setZsmc(String zsmc) {
  411. this.zsmc = zsmc;
  412. }
  413. public String getXgrxm() {
  414. return xgrxm;
  415. }
  416. public void setXgrxm(String xgrxm) {
  417. this.xgrxm = xgrxm;
  418. }
  419. public String getXgsjstr() {
  420. return xgsjstr;
  421. }
  422. public void setXgsjstr(String xgsjstr) {
  423. this.xgsjstr = xgsjstr;
  424. }
  425. public List<HkDwDTO> getDwList() {
  426. return dwList;
  427. }
  428. public void setDwList(List<HkDwDTO> dwList) {
  429. this.dwList = dwList;
  430. }
  431. public int getMcid() {
  432. return mcid;
  433. }
  434. public void setMcid(int mcid) {
  435. this.mcid = mcid;
  436. }
  437. public int getZsid() {
  438. return zsid;
  439. }
  440. public void setZsid(int zsid) {
  441. this.zsid = zsid;
  442. }
  443. }