XtLxyckz.java 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtLxyckz extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_lxyckz.ID
  7. *
  8. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  9. */
  10. private Integer id;
  11. /**
  12. * This field was generated by Apache iBATIS ibator.
  13. * This field corresponds to the database column xt_lxyckz.JQID
  14. *
  15. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  16. */
  17. private String jqid;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_lxyckz.SBXH
  21. *
  22. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  23. */
  24. private String sbxh;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_lxyckz.KZNR
  28. *
  29. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  30. */
  31. private String kznr;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_lxyckz.XGSJ
  35. *
  36. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  37. */
  38. private Date xgsj;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_lxyckz.SFXF
  42. *
  43. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  44. */
  45. private String sfxf;
  46. /**
  47. * This method was generated by Apache iBATIS ibator.
  48. * This method returns the value of the database column xt_lxyckz.ID
  49. *
  50. * @return the value of xt_lxyckz.ID
  51. *
  52. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  53. */
  54. public Integer getId() {
  55. return id;
  56. }
  57. /**
  58. * This method was generated by Apache iBATIS ibator.
  59. * This method sets the value of the database column xt_lxyckz.ID
  60. *
  61. * @param id the value for xt_lxyckz.ID
  62. *
  63. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  64. */
  65. public void setId(Integer id) {
  66. this.id = id;
  67. }
  68. /**
  69. * This method was generated by Apache iBATIS ibator.
  70. * This method returns the value of the database column xt_lxyckz.JQID
  71. *
  72. * @return the value of xt_lxyckz.JQID
  73. *
  74. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  75. */
  76. public String getJqid() {
  77. return jqid;
  78. }
  79. /**
  80. * This method was generated by Apache iBATIS ibator.
  81. * This method sets the value of the database column xt_lxyckz.JQID
  82. *
  83. * @param jqid the value for xt_lxyckz.JQID
  84. *
  85. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  86. */
  87. public void setJqid(String jqid) {
  88. this.jqid = jqid == null ? null : jqid.trim();
  89. }
  90. /**
  91. * This method was generated by Apache iBATIS ibator.
  92. * This method returns the value of the database column xt_lxyckz.SBXH
  93. *
  94. * @return the value of xt_lxyckz.SBXH
  95. *
  96. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  97. */
  98. public String getSbxh() {
  99. return sbxh;
  100. }
  101. /**
  102. * This method was generated by Apache iBATIS ibator.
  103. * This method sets the value of the database column xt_lxyckz.SBXH
  104. *
  105. * @param sbxh the value for xt_lxyckz.SBXH
  106. *
  107. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  108. */
  109. public void setSbxh(String sbxh) {
  110. this.sbxh = sbxh == null ? null : sbxh.trim();
  111. }
  112. /**
  113. * This method was generated by Apache iBATIS ibator.
  114. * This method returns the value of the database column xt_lxyckz.KZNR
  115. *
  116. * @return the value of xt_lxyckz.KZNR
  117. *
  118. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  119. */
  120. public String getKznr() {
  121. return kznr;
  122. }
  123. /**
  124. * This method was generated by Apache iBATIS ibator.
  125. * This method sets the value of the database column xt_lxyckz.KZNR
  126. *
  127. * @param kznr the value for xt_lxyckz.KZNR
  128. *
  129. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  130. */
  131. public void setKznr(String kznr) {
  132. this.kznr = kznr == null ? null : kznr.trim();
  133. }
  134. /**
  135. * This method was generated by Apache iBATIS ibator.
  136. * This method returns the value of the database column xt_lxyckz.XGSJ
  137. *
  138. * @return the value of xt_lxyckz.XGSJ
  139. *
  140. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  141. */
  142. public Date getXgsj() {
  143. return xgsj;
  144. }
  145. /**
  146. * This method was generated by Apache iBATIS ibator.
  147. * This method sets the value of the database column xt_lxyckz.XGSJ
  148. *
  149. * @param xgsj the value for xt_lxyckz.XGSJ
  150. *
  151. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  152. */
  153. public void setXgsj(Date xgsj) {
  154. this.xgsj = xgsj;
  155. }
  156. /**
  157. * This method was generated by Apache iBATIS ibator.
  158. * This method returns the value of the database column xt_lxyckz.SFXF
  159. *
  160. * @return the value of xt_lxyckz.SFXF
  161. *
  162. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  163. */
  164. public String getSfxf() {
  165. return sfxf;
  166. }
  167. /**
  168. * This method was generated by Apache iBATIS ibator.
  169. * This method sets the value of the database column xt_lxyckz.SFXF
  170. *
  171. * @param sfxf the value for xt_lxyckz.SFXF
  172. *
  173. * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020
  174. */
  175. public void setSfxf(String sfxf) {
  176. this.sfxf = sfxf == null ? null : sfxf.trim();
  177. }
  178. }