WhhStsj.java 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. package com.huimv.whh.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class WhhStsj extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column whh_stsj.ID
  8. *
  9. * @ibatorgenerated Thu Jun 28 17:02:11 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_stsj.MCID
  15. *
  16. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  17. */
  18. private Integer mcid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column whh_stsj.GLH
  22. *
  23. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  24. */
  25. private String glh;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column whh_stsj.STYY
  29. *
  30. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  31. */
  32. private String styy;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column whh_stsj.STSJ
  36. *
  37. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  38. */
  39. private Date stsj;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column whh_stsj.XGSJ
  43. *
  44. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  45. */
  46. private Integer xgsj;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column whh_stsj.ZFBZ
  50. *
  51. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  52. */
  53. private Integer zfbz;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column whh_stsj.XGR
  57. *
  58. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  59. */
  60. private Integer xgr;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column whh_stsj.BZ
  64. *
  65. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  66. */
  67. private String bz;
  68. /**
  69. * This method was generated by Apache iBATIS ibator.
  70. * This method returns the value of the database column whh_stsj.ID
  71. *
  72. * @return the value of whh_stsj.ID
  73. *
  74. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  75. */
  76. public Integer getId() {
  77. return id;
  78. }
  79. /**
  80. * This method was generated by Apache iBATIS ibator.
  81. * This method sets the value of the database column whh_stsj.ID
  82. *
  83. * @param id the value for whh_stsj.ID
  84. *
  85. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  86. */
  87. public void setId(Integer id) {
  88. this.id = id;
  89. }
  90. /**
  91. * This method was generated by Apache iBATIS ibator.
  92. * This method returns the value of the database column whh_stsj.MCID
  93. *
  94. * @return the value of whh_stsj.MCID
  95. *
  96. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  97. */
  98. public Integer getMcid() {
  99. return mcid;
  100. }
  101. /**
  102. * This method was generated by Apache iBATIS ibator.
  103. * This method sets the value of the database column whh_stsj.MCID
  104. *
  105. * @param mcid the value for whh_stsj.MCID
  106. *
  107. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  108. */
  109. public void setMcid(Integer mcid) {
  110. this.mcid = mcid;
  111. }
  112. /**
  113. * This method was generated by Apache iBATIS ibator.
  114. * This method returns the value of the database column whh_stsj.GLH
  115. *
  116. * @return the value of whh_stsj.GLH
  117. *
  118. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  119. */
  120. public String getGlh() {
  121. return glh;
  122. }
  123. /**
  124. * This method was generated by Apache iBATIS ibator.
  125. * This method sets the value of the database column whh_stsj.GLH
  126. *
  127. * @param glh the value for whh_stsj.GLH
  128. *
  129. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  130. */
  131. public void setGlh(String glh) {
  132. this.glh = glh == null ? null : glh.trim();
  133. }
  134. /**
  135. * This method was generated by Apache iBATIS ibator.
  136. * This method returns the value of the database column whh_stsj.STYY
  137. *
  138. * @return the value of whh_stsj.STYY
  139. *
  140. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  141. */
  142. public String getStyy() {
  143. return styy;
  144. }
  145. /**
  146. * This method was generated by Apache iBATIS ibator.
  147. * This method sets the value of the database column whh_stsj.STYY
  148. *
  149. * @param styy the value for whh_stsj.STYY
  150. *
  151. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  152. */
  153. public void setStyy(String styy) {
  154. this.styy = styy == null ? null : styy.trim();
  155. }
  156. /**
  157. * This method was generated by Apache iBATIS ibator.
  158. * This method returns the value of the database column whh_stsj.STSJ
  159. *
  160. * @return the value of whh_stsj.STSJ
  161. *
  162. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  163. */
  164. public Date getStsj() {
  165. return stsj;
  166. }
  167. /**
  168. * This method was generated by Apache iBATIS ibator.
  169. * This method sets the value of the database column whh_stsj.STSJ
  170. *
  171. * @param stsj the value for whh_stsj.STSJ
  172. *
  173. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  174. */
  175. public void setStsj(Date stsj) {
  176. this.stsj = stsj;
  177. }
  178. /**
  179. * This method was generated by Apache iBATIS ibator.
  180. * This method returns the value of the database column whh_stsj.XGSJ
  181. *
  182. * @return the value of whh_stsj.XGSJ
  183. *
  184. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  185. */
  186. public Integer getXgsj() {
  187. return xgsj;
  188. }
  189. /**
  190. * This method was generated by Apache iBATIS ibator.
  191. * This method sets the value of the database column whh_stsj.XGSJ
  192. *
  193. * @param xgsj the value for whh_stsj.XGSJ
  194. *
  195. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  196. */
  197. public void setXgsj(Integer xgsj) {
  198. this.xgsj = xgsj;
  199. }
  200. /**
  201. * This method was generated by Apache iBATIS ibator.
  202. * This method returns the value of the database column whh_stsj.ZFBZ
  203. *
  204. * @return the value of whh_stsj.ZFBZ
  205. *
  206. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  207. */
  208. public Integer getZfbz() {
  209. return zfbz;
  210. }
  211. /**
  212. * This method was generated by Apache iBATIS ibator.
  213. * This method sets the value of the database column whh_stsj.ZFBZ
  214. *
  215. * @param zfbz the value for whh_stsj.ZFBZ
  216. *
  217. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  218. */
  219. public void setZfbz(Integer zfbz) {
  220. this.zfbz = zfbz;
  221. }
  222. /**
  223. * This method was generated by Apache iBATIS ibator.
  224. * This method returns the value of the database column whh_stsj.XGR
  225. *
  226. * @return the value of whh_stsj.XGR
  227. *
  228. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  229. */
  230. public Integer getXgr() {
  231. return xgr;
  232. }
  233. /**
  234. * This method was generated by Apache iBATIS ibator.
  235. * This method sets the value of the database column whh_stsj.XGR
  236. *
  237. * @param xgr the value for whh_stsj.XGR
  238. *
  239. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  240. */
  241. public void setXgr(Integer xgr) {
  242. this.xgr = xgr;
  243. }
  244. /**
  245. * This method was generated by Apache iBATIS ibator.
  246. * This method returns the value of the database column whh_stsj.BZ
  247. *
  248. * @return the value of whh_stsj.BZ
  249. *
  250. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  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 whh_stsj.BZ
  258. *
  259. * @param bz the value for whh_stsj.BZ
  260. *
  261. * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018
  262. */
  263. public void setBz(String bz) {
  264. this.bz = bz == null ? null : bz.trim();
  265. }
  266. }