WhhCdxx.java 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. package com.huimv.whh.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class WhhCdxx extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column whh_cdxx.ID
  8. *
  9. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column whh_cdxx.RWD
  15. *
  16. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  17. */
  18. private String rwd;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column whh_cdxx.CLZP
  22. *
  23. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  24. */
  25. private String clzp;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column whh_cdxx.CLSP
  29. *
  30. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  31. */
  32. private String clsp;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column whh_cdxx.JDRY
  36. *
  37. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  38. */
  39. private String jdry;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column whh_cdxx.CLSJ
  43. *
  44. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  45. */
  46. private Date clsj;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column whh_cdxx.CLBZ
  50. *
  51. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  52. */
  53. private String clbz;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column whh_cdxx.XGSJ
  57. *
  58. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  59. */
  60. private Date xgsj;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column whh_cdxx.XGR
  64. *
  65. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  66. */
  67. private Integer xgr;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column whh_cdxx.ZFBZ
  71. *
  72. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  73. */
  74. private Integer zfbz;
  75. /**
  76. * This method was generated by Apache iBATIS ibator.
  77. * This method returns the value of the database column whh_cdxx.ID
  78. *
  79. * @return the value of whh_cdxx.ID
  80. *
  81. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  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 whh_cdxx.ID
  89. *
  90. * @param id the value for whh_cdxx.ID
  91. *
  92. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  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 whh_cdxx.RWD
  100. *
  101. * @return the value of whh_cdxx.RWD
  102. *
  103. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  104. */
  105. public String getRwd() {
  106. return rwd;
  107. }
  108. /**
  109. * This method was generated by Apache iBATIS ibator.
  110. * This method sets the value of the database column whh_cdxx.RWD
  111. *
  112. * @param rwd the value for whh_cdxx.RWD
  113. *
  114. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  115. */
  116. public void setRwd(String rwd) {
  117. this.rwd = rwd == null ? null : rwd.trim();
  118. }
  119. /**
  120. * This method was generated by Apache iBATIS ibator.
  121. * This method returns the value of the database column whh_cdxx.CLZP
  122. *
  123. * @return the value of whh_cdxx.CLZP
  124. *
  125. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  126. */
  127. public String getClzp() {
  128. return clzp;
  129. }
  130. /**
  131. * This method was generated by Apache iBATIS ibator.
  132. * This method sets the value of the database column whh_cdxx.CLZP
  133. *
  134. * @param clzp the value for whh_cdxx.CLZP
  135. *
  136. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  137. */
  138. public void setClzp(String clzp) {
  139. this.clzp = clzp == null ? null : clzp.trim();
  140. }
  141. /**
  142. * This method was generated by Apache iBATIS ibator.
  143. * This method returns the value of the database column whh_cdxx.CLSP
  144. *
  145. * @return the value of whh_cdxx.CLSP
  146. *
  147. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  148. */
  149. public String getClsp() {
  150. return clsp;
  151. }
  152. /**
  153. * This method was generated by Apache iBATIS ibator.
  154. * This method sets the value of the database column whh_cdxx.CLSP
  155. *
  156. * @param clsp the value for whh_cdxx.CLSP
  157. *
  158. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  159. */
  160. public void setClsp(String clsp) {
  161. this.clsp = clsp == null ? null : clsp.trim();
  162. }
  163. /**
  164. * This method was generated by Apache iBATIS ibator.
  165. * This method returns the value of the database column whh_cdxx.JDRY
  166. *
  167. * @return the value of whh_cdxx.JDRY
  168. *
  169. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  170. */
  171. public String getJdry() {
  172. return jdry;
  173. }
  174. /**
  175. * This method was generated by Apache iBATIS ibator.
  176. * This method sets the value of the database column whh_cdxx.JDRY
  177. *
  178. * @param jdry the value for whh_cdxx.JDRY
  179. *
  180. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  181. */
  182. public void setJdry(String jdry) {
  183. this.jdry = jdry == null ? null : jdry.trim();
  184. }
  185. /**
  186. * This method was generated by Apache iBATIS ibator.
  187. * This method returns the value of the database column whh_cdxx.CLSJ
  188. *
  189. * @return the value of whh_cdxx.CLSJ
  190. *
  191. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  192. */
  193. public Date getClsj() {
  194. return clsj;
  195. }
  196. /**
  197. * This method was generated by Apache iBATIS ibator.
  198. * This method sets the value of the database column whh_cdxx.CLSJ
  199. *
  200. * @param clsj the value for whh_cdxx.CLSJ
  201. *
  202. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  203. */
  204. public void setClsj(Date clsj) {
  205. this.clsj = clsj;
  206. }
  207. /**
  208. * This method was generated by Apache iBATIS ibator.
  209. * This method returns the value of the database column whh_cdxx.CLBZ
  210. *
  211. * @return the value of whh_cdxx.CLBZ
  212. *
  213. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  214. */
  215. public String getClbz() {
  216. return clbz;
  217. }
  218. /**
  219. * This method was generated by Apache iBATIS ibator.
  220. * This method sets the value of the database column whh_cdxx.CLBZ
  221. *
  222. * @param clbz the value for whh_cdxx.CLBZ
  223. *
  224. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  225. */
  226. public void setClbz(String clbz) {
  227. this.clbz = clbz == null ? null : clbz.trim();
  228. }
  229. /**
  230. * This method was generated by Apache iBATIS ibator.
  231. * This method returns the value of the database column whh_cdxx.XGSJ
  232. *
  233. * @return the value of whh_cdxx.XGSJ
  234. *
  235. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  236. */
  237. public Date getXgsj() {
  238. return xgsj;
  239. }
  240. /**
  241. * This method was generated by Apache iBATIS ibator.
  242. * This method sets the value of the database column whh_cdxx.XGSJ
  243. *
  244. * @param xgsj the value for whh_cdxx.XGSJ
  245. *
  246. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  247. */
  248. public void setXgsj(Date xgsj) {
  249. this.xgsj = xgsj;
  250. }
  251. /**
  252. * This method was generated by Apache iBATIS ibator.
  253. * This method returns the value of the database column whh_cdxx.XGR
  254. *
  255. * @return the value of whh_cdxx.XGR
  256. *
  257. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  258. */
  259. public Integer 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 whh_cdxx.XGR
  265. *
  266. * @param xgr the value for whh_cdxx.XGR
  267. *
  268. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  269. */
  270. public void setXgr(Integer xgr) {
  271. this.xgr = xgr;
  272. }
  273. /**
  274. * This method was generated by Apache iBATIS ibator.
  275. * This method returns the value of the database column whh_cdxx.ZFBZ
  276. *
  277. * @return the value of whh_cdxx.ZFBZ
  278. *
  279. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  280. */
  281. public Integer getZfbz() {
  282. return zfbz;
  283. }
  284. /**
  285. * This method was generated by Apache iBATIS ibator.
  286. * This method sets the value of the database column whh_cdxx.ZFBZ
  287. *
  288. * @param zfbz the value for whh_cdxx.ZFBZ
  289. *
  290. * @ibatorgenerated Mon Jul 02 20:17:51 CST 2018
  291. */
  292. String clsjStr;
  293. String zpStr;
  294. String spStr;
  295. public void setZfbz(Integer zfbz) {
  296. this.zfbz = zfbz;
  297. }
  298. public void setClsjStr(String clsjStr) {
  299. this.clsjStr = clsjStr;
  300. }
  301. public void setZpStr(String zpStr) {
  302. this.zpStr = zpStr;
  303. }
  304. public void setSpStr(String spStr) {
  305. this.spStr = spStr;
  306. }
  307. public String getClsjStr() {
  308. return clsjStr;
  309. }
  310. public String getZpStr() {
  311. return zpStr;
  312. }
  313. public String getSpStr() {
  314. return spStr;
  315. }
  316. }