XtTlgsbzt.java 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtTlgsbzt extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_tlg_sbzt.ID
  7. *
  8. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  9. */
  10. private Integer id;
  11. /**
  12. * This field was generated by Apache iBATIS ibator.
  13. * This field corresponds to the database column xt_tlg_sbzt.JQID
  14. *
  15. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  16. */
  17. private String jqid;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_tlg_sbzt.YXZT
  21. *
  22. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  23. */
  24. private String yxzt;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_tlg_sbzt.TGWZ
  28. *
  29. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  30. */
  31. private String tgwz;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_tlg_sbzt.DQZT
  35. *
  36. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  37. */
  38. private String dqzt;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_tlg_sbzt.SCSJ
  42. *
  43. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  44. */
  45. private Date scsj;
  46. /**
  47. * This method was generated by Apache iBATIS ibator.
  48. * This method returns the value of the database column xt_tlg_sbzt.ID
  49. *
  50. * @return the value of xt_tlg_sbzt.ID
  51. *
  52. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  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_tlg_sbzt.ID
  60. *
  61. * @param id the value for xt_tlg_sbzt.ID
  62. *
  63. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  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_tlg_sbzt.JQID
  71. *
  72. * @return the value of xt_tlg_sbzt.JQID
  73. *
  74. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  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_tlg_sbzt.JQID
  82. *
  83. * @param jqid the value for xt_tlg_sbzt.JQID
  84. *
  85. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  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_tlg_sbzt.YXZT
  93. *
  94. * @return the value of xt_tlg_sbzt.YXZT
  95. *
  96. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  97. */
  98. public String getYxzt() {
  99. return yxzt;
  100. }
  101. /**
  102. * This method was generated by Apache iBATIS ibator.
  103. * This method sets the value of the database column xt_tlg_sbzt.YXZT
  104. *
  105. * @param yxzt the value for xt_tlg_sbzt.YXZT
  106. *
  107. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  108. */
  109. public void setYxzt(String yxzt) {
  110. this.yxzt = yxzt == null ? null : yxzt.trim();
  111. }
  112. /**
  113. * This method was generated by Apache iBATIS ibator.
  114. * This method returns the value of the database column xt_tlg_sbzt.TGWZ
  115. *
  116. * @return the value of xt_tlg_sbzt.TGWZ
  117. *
  118. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  119. */
  120. public String getTgwz() {
  121. return tgwz;
  122. }
  123. /**
  124. * This method was generated by Apache iBATIS ibator.
  125. * This method sets the value of the database column xt_tlg_sbzt.TGWZ
  126. *
  127. * @param tgwz the value for xt_tlg_sbzt.TGWZ
  128. *
  129. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  130. */
  131. public void setTgwz(String tgwz) {
  132. this.tgwz = tgwz == null ? null : tgwz.trim();
  133. }
  134. /**
  135. * This method was generated by Apache iBATIS ibator.
  136. * This method returns the value of the database column xt_tlg_sbzt.DQZT
  137. *
  138. * @return the value of xt_tlg_sbzt.DQZT
  139. *
  140. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  141. */
  142. public String getDqzt() {
  143. return dqzt;
  144. }
  145. /**
  146. * This method was generated by Apache iBATIS ibator.
  147. * This method sets the value of the database column xt_tlg_sbzt.DQZT
  148. *
  149. * @param dqzt the value for xt_tlg_sbzt.DQZT
  150. *
  151. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  152. */
  153. public void setDqzt(String dqzt) {
  154. this.dqzt = dqzt == null ? null : dqzt.trim();
  155. }
  156. /**
  157. * This method was generated by Apache iBATIS ibator.
  158. * This method returns the value of the database column xt_tlg_sbzt.SCSJ
  159. *
  160. * @return the value of xt_tlg_sbzt.SCSJ
  161. *
  162. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  163. */
  164. public Date getScsj() {
  165. return scsj;
  166. }
  167. /**
  168. * This method was generated by Apache iBATIS ibator.
  169. * This method sets the value of the database column xt_tlg_sbzt.SCSJ
  170. *
  171. * @param scsj the value for xt_tlg_sbzt.SCSJ
  172. *
  173. * @ibatorgenerated Wed Nov 20 15:56:17 CST 2019
  174. */
  175. public void setScsj(Date scsj) {
  176. this.scsj = scsj;
  177. }
  178. }