WsclBjsz.java 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. package com.huimv.wscl.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class WsclBjsz extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column wscl_bjsz.ID
  8. *
  9. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column wscl_bjsz.SBID
  15. *
  16. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  17. */
  18. private Integer sbid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column wscl_bjsz.MCID
  22. *
  23. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  24. */
  25. private Integer mcid;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column wscl_bjsz.KG
  29. *
  30. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  31. */
  32. private String kg;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column wscl_bjsz.BJXID
  36. *
  37. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  38. */
  39. private String bjxid;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column wscl_bjsz.BJXW
  43. *
  44. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  45. */
  46. private String bjxw;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column wscl_bjsz.SJHM
  50. *
  51. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  52. */
  53. private String sjhm;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column wscl_bjsz.BZ
  57. *
  58. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  59. */
  60. private String bz;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column wscl_bjsz.XGR
  64. *
  65. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  66. */
  67. private String xgr;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column wscl_bjsz.XGSJ
  71. *
  72. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  73. */
  74. private Date xgsj;
  75. /**
  76. * This method was generated by Apache iBATIS ibator.
  77. * This method returns the value of the database column wscl_bjsz.ID
  78. *
  79. * @return the value of wscl_bjsz.ID
  80. *
  81. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  82. */
  83. public Integer getId() {
  84. return id;
  85. }
  86. /**
  87. * This method was generated by Apache iBATIS ibator.
  88. * This method sets the value of the database column wscl_bjsz.ID
  89. *
  90. * @param id the value for wscl_bjsz.ID
  91. *
  92. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  93. */
  94. public void setId(Integer id) {
  95. this.id = id;
  96. }
  97. /**
  98. * This method was generated by Apache iBATIS ibator.
  99. * This method returns the value of the database column wscl_bjsz.SBID
  100. *
  101. * @return the value of wscl_bjsz.SBID
  102. *
  103. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  104. */
  105. public Integer getSbid() {
  106. return sbid;
  107. }
  108. /**
  109. * This method was generated by Apache iBATIS ibator.
  110. * This method sets the value of the database column wscl_bjsz.SBID
  111. *
  112. * @param sbid the value for wscl_bjsz.SBID
  113. *
  114. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  115. */
  116. public void setSbid(Integer sbid) {
  117. this.sbid = sbid;
  118. }
  119. /**
  120. * This method was generated by Apache iBATIS ibator.
  121. * This method returns the value of the database column wscl_bjsz.MCID
  122. *
  123. * @return the value of wscl_bjsz.MCID
  124. *
  125. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  126. */
  127. public Integer getMcid() {
  128. return mcid;
  129. }
  130. /**
  131. * This method was generated by Apache iBATIS ibator.
  132. * This method sets the value of the database column wscl_bjsz.MCID
  133. *
  134. * @param mcid the value for wscl_bjsz.MCID
  135. *
  136. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  137. */
  138. public void setMcid(Integer mcid) {
  139. this.mcid = mcid;
  140. }
  141. /**
  142. * This method was generated by Apache iBATIS ibator.
  143. * This method returns the value of the database column wscl_bjsz.KG
  144. *
  145. * @return the value of wscl_bjsz.KG
  146. *
  147. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  148. */
  149. public String getKg() {
  150. return kg;
  151. }
  152. /**
  153. * This method was generated by Apache iBATIS ibator.
  154. * This method sets the value of the database column wscl_bjsz.KG
  155. *
  156. * @param kg the value for wscl_bjsz.KG
  157. *
  158. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  159. */
  160. public void setKg(String kg) {
  161. this.kg = kg == null ? null : kg.trim();
  162. }
  163. /**
  164. * This method was generated by Apache iBATIS ibator.
  165. * This method returns the value of the database column wscl_bjsz.BJXID
  166. *
  167. * @return the value of wscl_bjsz.BJXID
  168. *
  169. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  170. */
  171. public String getBjxid() {
  172. return bjxid;
  173. }
  174. /**
  175. * This method was generated by Apache iBATIS ibator.
  176. * This method sets the value of the database column wscl_bjsz.BJXID
  177. *
  178. * @param bjxid the value for wscl_bjsz.BJXID
  179. *
  180. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  181. */
  182. public void setBjxid(String bjxid) {
  183. this.bjxid = bjxid == null ? null : bjxid.trim();
  184. }
  185. /**
  186. * This method was generated by Apache iBATIS ibator.
  187. * This method returns the value of the database column wscl_bjsz.BJXW
  188. *
  189. * @return the value of wscl_bjsz.BJXW
  190. *
  191. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  192. */
  193. public String getBjxw() {
  194. return bjxw;
  195. }
  196. /**
  197. * This method was generated by Apache iBATIS ibator.
  198. * This method sets the value of the database column wscl_bjsz.BJXW
  199. *
  200. * @param bjxw the value for wscl_bjsz.BJXW
  201. *
  202. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  203. */
  204. public void setBjxw(String bjxw) {
  205. this.bjxw = bjxw == null ? null : bjxw.trim();
  206. }
  207. /**
  208. * This method was generated by Apache iBATIS ibator.
  209. * This method returns the value of the database column wscl_bjsz.SJHM
  210. *
  211. * @return the value of wscl_bjsz.SJHM
  212. *
  213. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  214. */
  215. public String getSjhm() {
  216. return sjhm;
  217. }
  218. /**
  219. * This method was generated by Apache iBATIS ibator.
  220. * This method sets the value of the database column wscl_bjsz.SJHM
  221. *
  222. * @param sjhm the value for wscl_bjsz.SJHM
  223. *
  224. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  225. */
  226. public void setSjhm(String sjhm) {
  227. this.sjhm = sjhm == null ? null : sjhm.trim();
  228. }
  229. /**
  230. * This method was generated by Apache iBATIS ibator.
  231. * This method returns the value of the database column wscl_bjsz.BZ
  232. *
  233. * @return the value of wscl_bjsz.BZ
  234. *
  235. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  236. */
  237. public String getBz() {
  238. return bz;
  239. }
  240. /**
  241. * This method was generated by Apache iBATIS ibator.
  242. * This method sets the value of the database column wscl_bjsz.BZ
  243. *
  244. * @param bz the value for wscl_bjsz.BZ
  245. *
  246. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  247. */
  248. public void setBz(String bz) {
  249. this.bz = bz == null ? null : bz.trim();
  250. }
  251. /**
  252. * This method was generated by Apache iBATIS ibator.
  253. * This method returns the value of the database column wscl_bjsz.XGR
  254. *
  255. * @return the value of wscl_bjsz.XGR
  256. *
  257. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  258. */
  259. public String getXgr() {
  260. return xgr;
  261. }
  262. /**
  263. * This method was generated by Apache iBATIS ibator.
  264. * This method sets the value of the database column wscl_bjsz.XGR
  265. *
  266. * @param xgr the value for wscl_bjsz.XGR
  267. *
  268. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  269. */
  270. public void setXgr(String xgr) {
  271. this.xgr = xgr == null ? null : xgr.trim();
  272. }
  273. /**
  274. * This method was generated by Apache iBATIS ibator.
  275. * This method returns the value of the database column wscl_bjsz.XGSJ
  276. *
  277. * @return the value of wscl_bjsz.XGSJ
  278. *
  279. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  280. */
  281. public Date getXgsj() {
  282. return xgsj;
  283. }
  284. /**
  285. * This method was generated by Apache iBATIS ibator.
  286. * This method sets the value of the database column wscl_bjsz.XGSJ
  287. *
  288. * @param xgsj the value for wscl_bjsz.XGSJ
  289. *
  290. * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019
  291. */
  292. public void setXgsj(Date xgsj) {
  293. this.xgsj = xgsj;
  294. }
  295. }