XtCsjlgzjc.java 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtCsjlgzjc extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_csjlgzjc.id
  7. *
  8. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  9. */
  10. private Integer id;
  11. /**
  12. * This field was generated by Apache iBATIS ibator.
  13. * This field corresponds to the database column xt_csjlgzjc.jqid
  14. *
  15. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  16. */
  17. private String jqid;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_csjlgzjc.csjlycjc1
  21. *
  22. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  23. */
  24. private String csjlycjc1;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_csjlgzjc.csjlycjc2
  28. *
  29. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  30. */
  31. private String csjlycjc2;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_csjlgzjc.zfbz
  35. *
  36. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  37. */
  38. private Integer zfbz;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_csjlgzjc.xgr
  42. *
  43. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  44. */
  45. private String xgr;
  46. /**
  47. * This field was generated by Apache iBATIS ibator.
  48. * This field corresponds to the database column xt_csjlgzjc.xgsj
  49. *
  50. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  51. */
  52. private Date xgsj;
  53. private String zsid;
  54. private String zsmc;
  55. private String mcmc;
  56. private String mcid;
  57. /**
  58. * This method was generated by Apache iBATIS ibator.
  59. * This method returns the value of the database column xt_csjlgzjc.id
  60. *
  61. * @return the value of xt_csjlgzjc.id
  62. *
  63. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  64. */
  65. public Integer getId() {
  66. return id;
  67. }
  68. /**
  69. * This method was generated by Apache iBATIS ibator.
  70. * This method sets the value of the database column xt_csjlgzjc.id
  71. *
  72. * @param id the value for xt_csjlgzjc.id
  73. *
  74. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  75. */
  76. public void setId(Integer id) {
  77. this.id = id;
  78. }
  79. /**
  80. * This method was generated by Apache iBATIS ibator.
  81. * This method returns the value of the database column xt_csjlgzjc.jqid
  82. *
  83. * @return the value of xt_csjlgzjc.jqid
  84. *
  85. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  86. */
  87. public String getJqid() {
  88. return jqid;
  89. }
  90. /**
  91. * This method was generated by Apache iBATIS ibator.
  92. * This method sets the value of the database column xt_csjlgzjc.jqid
  93. *
  94. * @param jqid the value for xt_csjlgzjc.jqid
  95. *
  96. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  97. */
  98. public void setJqid(String jqid) {
  99. this.jqid = jqid == null ? null : jqid.trim();
  100. }
  101. /**
  102. * This method was generated by Apache iBATIS ibator.
  103. * This method returns the value of the database column xt_csjlgzjc.csjlycjc1
  104. *
  105. * @return the value of xt_csjlgzjc.csjlycjc1
  106. *
  107. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  108. */
  109. public String getCsjlycjc1() {
  110. return csjlycjc1;
  111. }
  112. /**
  113. * This method was generated by Apache iBATIS ibator.
  114. * This method sets the value of the database column xt_csjlgzjc.csjlycjc1
  115. *
  116. * @param csjlycjc1 the value for xt_csjlgzjc.csjlycjc1
  117. *
  118. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  119. */
  120. public void setCsjlycjc1(String csjlycjc1) {
  121. this.csjlycjc1 = csjlycjc1 == null ? null : csjlycjc1.trim();
  122. }
  123. /**
  124. * This method was generated by Apache iBATIS ibator.
  125. * This method returns the value of the database column xt_csjlgzjc.csjlycjc2
  126. *
  127. * @return the value of xt_csjlgzjc.csjlycjc2
  128. *
  129. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  130. */
  131. public String getCsjlycjc2() {
  132. return csjlycjc2;
  133. }
  134. /**
  135. * This method was generated by Apache iBATIS ibator.
  136. * This method sets the value of the database column xt_csjlgzjc.csjlycjc2
  137. *
  138. * @param csjlycjc2 the value for xt_csjlgzjc.csjlycjc2
  139. *
  140. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  141. */
  142. public void setCsjlycjc2(String csjlycjc2) {
  143. this.csjlycjc2 = csjlycjc2 == null ? null : csjlycjc2.trim();
  144. }
  145. /**
  146. * This method was generated by Apache iBATIS ibator.
  147. * This method returns the value of the database column xt_csjlgzjc.zfbz
  148. *
  149. * @return the value of xt_csjlgzjc.zfbz
  150. *
  151. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  152. */
  153. public Integer getZfbz() {
  154. return zfbz;
  155. }
  156. /**
  157. * This method was generated by Apache iBATIS ibator.
  158. * This method sets the value of the database column xt_csjlgzjc.zfbz
  159. *
  160. * @param zfbz the value for xt_csjlgzjc.zfbz
  161. *
  162. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  163. */
  164. public void setZfbz(Integer zfbz) {
  165. this.zfbz = zfbz;
  166. }
  167. /**
  168. * This method was generated by Apache iBATIS ibator.
  169. * This method returns the value of the database column xt_csjlgzjc.xgr
  170. *
  171. * @return the value of xt_csjlgzjc.xgr
  172. *
  173. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  174. */
  175. public String getXgr() {
  176. return xgr;
  177. }
  178. /**
  179. * This method was generated by Apache iBATIS ibator.
  180. * This method sets the value of the database column xt_csjlgzjc.xgr
  181. *
  182. * @param xgr the value for xt_csjlgzjc.xgr
  183. *
  184. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  185. */
  186. public void setXgr(String xgr) {
  187. this.xgr = xgr == null ? null : xgr.trim();
  188. }
  189. /**
  190. * This method was generated by Apache iBATIS ibator.
  191. * This method returns the value of the database column xt_csjlgzjc.xgsj
  192. *
  193. * @return the value of xt_csjlgzjc.xgsj
  194. *
  195. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  196. */
  197. public Date getXgsj() {
  198. return xgsj;
  199. }
  200. /**
  201. * This method was generated by Apache iBATIS ibator.
  202. * This method sets the value of the database column xt_csjlgzjc.xgsj
  203. *
  204. * @param xgsj the value for xt_csjlgzjc.xgsj
  205. *
  206. * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015
  207. */
  208. public void setXgsj(Date xgsj) {
  209. this.xgsj = xgsj;
  210. }
  211. public String getZsid() {
  212. return zsid;
  213. }
  214. public void setZsid(String zsid) {
  215. this.zsid = zsid;
  216. }
  217. public String getZsmc() {
  218. return zsmc;
  219. }
  220. public void setZsmc(String zsmc) {
  221. this.zsmc = zsmc;
  222. }
  223. public String getMcmc() {
  224. return mcmc;
  225. }
  226. public void setMcmc(String mcmc) {
  227. this.mcmc = mcmc;
  228. }
  229. public String getMcid() {
  230. return mcid;
  231. }
  232. public void setMcid(String mcid) {
  233. this.mcid = mcid;
  234. }
  235. }