XtLcyxcs.java 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtLcyxcs extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_lc_yxcs.ID
  7. *
  8. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  9. */
  10. private Integer id;
  11. /**
  12. * This field was generated by Apache iBATIS ibator.
  13. * This field corresponds to the database column xt_lc_yxcs.JQID
  14. *
  15. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  16. */
  17. private String jqid;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_lc_yxcs.SBZS
  21. *
  22. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  23. */
  24. private Integer sbzs;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_lc_yxcs.SBNR
  28. *
  29. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  30. */
  31. private String sbnr;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_lc_yxcs.LX
  35. *
  36. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  37. */
  38. private Integer lx;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_lc_yxcs.XGSJ
  42. *
  43. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  44. */
  45. private Date xgsj;
  46. /**
  47. * This field was generated by Apache iBATIS ibator.
  48. * This field corresponds to the database column xt_lc_yxcs.XGR
  49. *
  50. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  51. */
  52. private String xgr;
  53. /**
  54. * This method was generated by Apache iBATIS ibator.
  55. * This method returns the value of the database column xt_lc_yxcs.ID
  56. *
  57. * @return the value of xt_lc_yxcs.ID
  58. *
  59. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  60. */
  61. public Integer getId() {
  62. return id;
  63. }
  64. /**
  65. * This method was generated by Apache iBATIS ibator.
  66. * This method sets the value of the database column xt_lc_yxcs.ID
  67. *
  68. * @param id the value for xt_lc_yxcs.ID
  69. *
  70. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  71. */
  72. public void setId(Integer id) {
  73. this.id = id;
  74. }
  75. /**
  76. * This method was generated by Apache iBATIS ibator.
  77. * This method returns the value of the database column xt_lc_yxcs.JQID
  78. *
  79. * @return the value of xt_lc_yxcs.JQID
  80. *
  81. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  82. */
  83. public String getJqid() {
  84. return jqid;
  85. }
  86. /**
  87. * This method was generated by Apache iBATIS ibator.
  88. * This method sets the value of the database column xt_lc_yxcs.JQID
  89. *
  90. * @param jqid the value for xt_lc_yxcs.JQID
  91. *
  92. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  93. */
  94. public void setJqid(String jqid) {
  95. this.jqid = jqid == null ? null : jqid.trim();
  96. }
  97. /**
  98. * This method was generated by Apache iBATIS ibator.
  99. * This method returns the value of the database column xt_lc_yxcs.SBZS
  100. *
  101. * @return the value of xt_lc_yxcs.SBZS
  102. *
  103. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  104. */
  105. public Integer getSbzs() {
  106. return sbzs;
  107. }
  108. /**
  109. * This method was generated by Apache iBATIS ibator.
  110. * This method sets the value of the database column xt_lc_yxcs.SBZS
  111. *
  112. * @param sbzs the value for xt_lc_yxcs.SBZS
  113. *
  114. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  115. */
  116. public void setSbzs(Integer sbzs) {
  117. this.sbzs = sbzs;
  118. }
  119. /**
  120. * This method was generated by Apache iBATIS ibator.
  121. * This method returns the value of the database column xt_lc_yxcs.SBNR
  122. *
  123. * @return the value of xt_lc_yxcs.SBNR
  124. *
  125. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  126. */
  127. public String getSbnr() {
  128. return sbnr;
  129. }
  130. /**
  131. * This method was generated by Apache iBATIS ibator.
  132. * This method sets the value of the database column xt_lc_yxcs.SBNR
  133. *
  134. * @param sbnr the value for xt_lc_yxcs.SBNR
  135. *
  136. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  137. */
  138. public void setSbnr(String sbnr) {
  139. this.sbnr = sbnr == null ? null : sbnr.trim();
  140. }
  141. /**
  142. * This method was generated by Apache iBATIS ibator.
  143. * This method returns the value of the database column xt_lc_yxcs.LX
  144. *
  145. * @return the value of xt_lc_yxcs.LX
  146. *
  147. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  148. */
  149. public Integer getLx() {
  150. return lx;
  151. }
  152. /**
  153. * This method was generated by Apache iBATIS ibator.
  154. * This method sets the value of the database column xt_lc_yxcs.LX
  155. *
  156. * @param lx the value for xt_lc_yxcs.LX
  157. *
  158. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  159. */
  160. public void setLx(Integer lx) {
  161. this.lx = lx;
  162. }
  163. /**
  164. * This method was generated by Apache iBATIS ibator.
  165. * This method returns the value of the database column xt_lc_yxcs.XGSJ
  166. *
  167. * @return the value of xt_lc_yxcs.XGSJ
  168. *
  169. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  170. */
  171. public Date getXgsj() {
  172. return xgsj;
  173. }
  174. /**
  175. * This method was generated by Apache iBATIS ibator.
  176. * This method sets the value of the database column xt_lc_yxcs.XGSJ
  177. *
  178. * @param xgsj the value for xt_lc_yxcs.XGSJ
  179. *
  180. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  181. */
  182. public void setXgsj(Date xgsj) {
  183. this.xgsj = xgsj;
  184. }
  185. /**
  186. * This method was generated by Apache iBATIS ibator.
  187. * This method returns the value of the database column xt_lc_yxcs.XGR
  188. *
  189. * @return the value of xt_lc_yxcs.XGR
  190. *
  191. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  192. */
  193. public String getXgr() {
  194. return xgr;
  195. }
  196. /**
  197. * This method was generated by Apache iBATIS ibator.
  198. * This method sets the value of the database column xt_lc_yxcs.XGR
  199. *
  200. * @param xgr the value for xt_lc_yxcs.XGR
  201. *
  202. * @ibatorgenerated Wed Dec 28 15:08:04 CST 2016
  203. */
  204. public void setXgr(String xgr) {
  205. this.xgr = xgr == null ? null : xgr.trim();
  206. }
  207. }