XtTlgyckz.java 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtTlgyckz extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_tlg_yckz.ID
  7. *
  8. * @ibatorgenerated Wed Nov 20 15:56:50 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_yckz.JQID
  14. *
  15. * @ibatorgenerated Wed Nov 20 15:56:50 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_yckz.YXCS
  21. *
  22. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  23. */
  24. private String yxcs;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_tlg_yckz.SCSJ
  28. *
  29. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  30. */
  31. private Date scsj;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_tlg_yckz.SFTS
  35. *
  36. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  37. */
  38. private String sfts;
  39. /**
  40. * This method was generated by Apache iBATIS ibator.
  41. * This method returns the value of the database column xt_tlg_yckz.ID
  42. *
  43. * @return the value of xt_tlg_yckz.ID
  44. *
  45. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  46. */
  47. public Integer getId() {
  48. return id;
  49. }
  50. /**
  51. * This method was generated by Apache iBATIS ibator.
  52. * This method sets the value of the database column xt_tlg_yckz.ID
  53. *
  54. * @param id the value for xt_tlg_yckz.ID
  55. *
  56. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  57. */
  58. public void setId(Integer id) {
  59. this.id = id;
  60. }
  61. /**
  62. * This method was generated by Apache iBATIS ibator.
  63. * This method returns the value of the database column xt_tlg_yckz.JQID
  64. *
  65. * @return the value of xt_tlg_yckz.JQID
  66. *
  67. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  68. */
  69. public String getJqid() {
  70. return jqid;
  71. }
  72. /**
  73. * This method was generated by Apache iBATIS ibator.
  74. * This method sets the value of the database column xt_tlg_yckz.JQID
  75. *
  76. * @param jqid the value for xt_tlg_yckz.JQID
  77. *
  78. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  79. */
  80. public void setJqid(String jqid) {
  81. this.jqid = jqid == null ? null : jqid.trim();
  82. }
  83. /**
  84. * This method was generated by Apache iBATIS ibator.
  85. * This method returns the value of the database column xt_tlg_yckz.YXCS
  86. *
  87. * @return the value of xt_tlg_yckz.YXCS
  88. *
  89. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  90. */
  91. public String getYxcs() {
  92. return yxcs;
  93. }
  94. /**
  95. * This method was generated by Apache iBATIS ibator.
  96. * This method sets the value of the database column xt_tlg_yckz.YXCS
  97. *
  98. * @param yxcs the value for xt_tlg_yckz.YXCS
  99. *
  100. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  101. */
  102. public void setYxcs(String yxcs) {
  103. this.yxcs = yxcs == null ? null : yxcs.trim();
  104. }
  105. /**
  106. * This method was generated by Apache iBATIS ibator.
  107. * This method returns the value of the database column xt_tlg_yckz.SCSJ
  108. *
  109. * @return the value of xt_tlg_yckz.SCSJ
  110. *
  111. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  112. */
  113. public Date getScsj() {
  114. return scsj;
  115. }
  116. /**
  117. * This method was generated by Apache iBATIS ibator.
  118. * This method sets the value of the database column xt_tlg_yckz.SCSJ
  119. *
  120. * @param scsj the value for xt_tlg_yckz.SCSJ
  121. *
  122. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  123. */
  124. public void setScsj(Date scsj) {
  125. this.scsj = scsj;
  126. }
  127. /**
  128. * This method was generated by Apache iBATIS ibator.
  129. * This method returns the value of the database column xt_tlg_yckz.SFTS
  130. *
  131. * @return the value of xt_tlg_yckz.SFTS
  132. *
  133. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  134. */
  135. public String getSfts() {
  136. return sfts;
  137. }
  138. /**
  139. * This method was generated by Apache iBATIS ibator.
  140. * This method sets the value of the database column xt_tlg_yckz.SFTS
  141. *
  142. * @param sfts the value for xt_tlg_yckz.SFTS
  143. *
  144. * @ibatorgenerated Wed Nov 20 15:56:50 CST 2019
  145. */
  146. public void setSfts(String sfts) {
  147. this.sfts = sfts == null ? null : sfts.trim();
  148. }
  149. }