WsclSbgz.java 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. package com.huimv.wscl.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class WsclSbgz extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column wscl_sbgz.ID
  8. *
  9. * @ibatorgenerated Tue Jul 23 17:21:17 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_sbgz.MCID
  15. *
  16. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  17. */
  18. private Integer mcid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column wscl_sbgz.SBID
  22. *
  23. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  24. */
  25. private Integer sbid;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column wscl_sbgz.GZLX
  29. *
  30. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  31. */
  32. private String gzlx;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column wscl_sbgz.FSSJ
  36. *
  37. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  38. */
  39. private Date fssj;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column wscl_sbgz.CLSJ
  43. *
  44. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  45. */
  46. private Date clsj;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column wscl_sbgz.SFTZ
  50. *
  51. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  52. */
  53. private String sftz;
  54. /**
  55. * This method was generated by Apache iBATIS ibator.
  56. * This method returns the value of the database column wscl_sbgz.ID
  57. *
  58. * @return the value of wscl_sbgz.ID
  59. *
  60. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  61. */
  62. public Integer getId() {
  63. return id;
  64. }
  65. /**
  66. * This method was generated by Apache iBATIS ibator.
  67. * This method sets the value of the database column wscl_sbgz.ID
  68. *
  69. * @param id the value for wscl_sbgz.ID
  70. *
  71. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  72. */
  73. public void setId(Integer id) {
  74. this.id = id;
  75. }
  76. /**
  77. * This method was generated by Apache iBATIS ibator.
  78. * This method returns the value of the database column wscl_sbgz.MCID
  79. *
  80. * @return the value of wscl_sbgz.MCID
  81. *
  82. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  83. */
  84. public Integer getMcid() {
  85. return mcid;
  86. }
  87. /**
  88. * This method was generated by Apache iBATIS ibator.
  89. * This method sets the value of the database column wscl_sbgz.MCID
  90. *
  91. * @param mcid the value for wscl_sbgz.MCID
  92. *
  93. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  94. */
  95. public void setMcid(Integer mcid) {
  96. this.mcid = mcid;
  97. }
  98. /**
  99. * This method was generated by Apache iBATIS ibator.
  100. * This method returns the value of the database column wscl_sbgz.SBID
  101. *
  102. * @return the value of wscl_sbgz.SBID
  103. *
  104. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  105. */
  106. public Integer getSbid() {
  107. return sbid;
  108. }
  109. /**
  110. * This method was generated by Apache iBATIS ibator.
  111. * This method sets the value of the database column wscl_sbgz.SBID
  112. *
  113. * @param sbid the value for wscl_sbgz.SBID
  114. *
  115. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  116. */
  117. public void setSbid(Integer sbid) {
  118. this.sbid = sbid;
  119. }
  120. /**
  121. * This method was generated by Apache iBATIS ibator.
  122. * This method returns the value of the database column wscl_sbgz.GZLX
  123. *
  124. * @return the value of wscl_sbgz.GZLX
  125. *
  126. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  127. */
  128. public String getGzlx() {
  129. return gzlx;
  130. }
  131. /**
  132. * This method was generated by Apache iBATIS ibator.
  133. * This method sets the value of the database column wscl_sbgz.GZLX
  134. *
  135. * @param gzlx the value for wscl_sbgz.GZLX
  136. *
  137. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  138. */
  139. public void setGzlx(String gzlx) {
  140. this.gzlx = gzlx == null ? null : gzlx.trim();
  141. }
  142. /**
  143. * This method was generated by Apache iBATIS ibator.
  144. * This method returns the value of the database column wscl_sbgz.FSSJ
  145. *
  146. * @return the value of wscl_sbgz.FSSJ
  147. *
  148. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  149. */
  150. public Date getFssj() {
  151. return fssj;
  152. }
  153. /**
  154. * This method was generated by Apache iBATIS ibator.
  155. * This method sets the value of the database column wscl_sbgz.FSSJ
  156. *
  157. * @param fssj the value for wscl_sbgz.FSSJ
  158. *
  159. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  160. */
  161. public void setFssj(Date fssj) {
  162. this.fssj = fssj;
  163. }
  164. /**
  165. * This method was generated by Apache iBATIS ibator.
  166. * This method returns the value of the database column wscl_sbgz.CLSJ
  167. *
  168. * @return the value of wscl_sbgz.CLSJ
  169. *
  170. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  171. */
  172. public Date getClsj() {
  173. return clsj;
  174. }
  175. /**
  176. * This method was generated by Apache iBATIS ibator.
  177. * This method sets the value of the database column wscl_sbgz.CLSJ
  178. *
  179. * @param clsj the value for wscl_sbgz.CLSJ
  180. *
  181. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  182. */
  183. public void setClsj(Date clsj) {
  184. this.clsj = clsj;
  185. }
  186. /**
  187. * This method was generated by Apache iBATIS ibator.
  188. * This method returns the value of the database column wscl_sbgz.SFTZ
  189. *
  190. * @return the value of wscl_sbgz.SFTZ
  191. *
  192. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  193. */
  194. public String getSftz() {
  195. return sftz;
  196. }
  197. /**
  198. * This method was generated by Apache iBATIS ibator.
  199. * This method sets the value of the database column wscl_sbgz.SFTZ
  200. *
  201. * @param sftz the value for wscl_sbgz.SFTZ
  202. *
  203. * @ibatorgenerated Tue Jul 23 17:21:17 CST 2019
  204. */
  205. public void setSftz(String sftz) {
  206. this.sftz = sftz == null ? null : sftz.trim();
  207. }
  208. }