XtClycsz.java 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtClycsz extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_clycsz.lqid
  7. *
  8. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  9. */
  10. private Integer lqid;
  11. /**
  12. * This field was generated by Apache iBATIS ibator.
  13. * This field corresponds to the database column xt_clycsz.tzqj
  14. *
  15. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  16. */
  17. private String tzqj;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_clycsz.xsts
  21. *
  22. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  23. */
  24. private String xsts;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_clycsz.xgr
  28. *
  29. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  30. */
  31. private String xgr;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_clycsz.xgsj
  35. *
  36. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  37. */
  38. private Date xgsj;
  39. /**
  40. * This method was generated by Apache iBATIS ibator.
  41. * This method returns the value of the database column xt_clycsz.lqid
  42. *
  43. * @return the value of xt_clycsz.lqid
  44. *
  45. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  46. */
  47. public Integer getLqid() {
  48. return lqid;
  49. }
  50. /**
  51. * This method was generated by Apache iBATIS ibator.
  52. * This method sets the value of the database column xt_clycsz.lqid
  53. *
  54. * @param lqid the value for xt_clycsz.lqid
  55. *
  56. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  57. */
  58. public void setLqid(Integer lqid) {
  59. this.lqid = lqid;
  60. }
  61. /**
  62. * This method was generated by Apache iBATIS ibator.
  63. * This method returns the value of the database column xt_clycsz.tzqj
  64. *
  65. * @return the value of xt_clycsz.tzqj
  66. *
  67. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  68. */
  69. public String getTzqj() {
  70. return tzqj;
  71. }
  72. /**
  73. * This method was generated by Apache iBATIS ibator.
  74. * This method sets the value of the database column xt_clycsz.tzqj
  75. *
  76. * @param tzqj the value for xt_clycsz.tzqj
  77. *
  78. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  79. */
  80. public void setTzqj(String tzqj) {
  81. this.tzqj = tzqj == null ? null : tzqj.trim();
  82. }
  83. /**
  84. * This method was generated by Apache iBATIS ibator.
  85. * This method returns the value of the database column xt_clycsz.xsts
  86. *
  87. * @return the value of xt_clycsz.xsts
  88. *
  89. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  90. */
  91. public String getXsts() {
  92. return xsts;
  93. }
  94. /**
  95. * This method was generated by Apache iBATIS ibator.
  96. * This method sets the value of the database column xt_clycsz.xsts
  97. *
  98. * @param xsts the value for xt_clycsz.xsts
  99. *
  100. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  101. */
  102. public void setXsts(String xsts) {
  103. this.xsts = xsts == null ? null : xsts.trim();
  104. }
  105. /**
  106. * This method was generated by Apache iBATIS ibator.
  107. * This method returns the value of the database column xt_clycsz.xgr
  108. *
  109. * @return the value of xt_clycsz.xgr
  110. *
  111. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  112. */
  113. public String getXgr() {
  114. return xgr;
  115. }
  116. /**
  117. * This method was generated by Apache iBATIS ibator.
  118. * This method sets the value of the database column xt_clycsz.xgr
  119. *
  120. * @param xgr the value for xt_clycsz.xgr
  121. *
  122. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  123. */
  124. public void setXgr(String xgr) {
  125. this.xgr = xgr == null ? null : xgr.trim();
  126. }
  127. /**
  128. * This method was generated by Apache iBATIS ibator.
  129. * This method returns the value of the database column xt_clycsz.xgsj
  130. *
  131. * @return the value of xt_clycsz.xgsj
  132. *
  133. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  134. */
  135. public Date getXgsj() {
  136. return xgsj;
  137. }
  138. /**
  139. * This method was generated by Apache iBATIS ibator.
  140. * This method sets the value of the database column xt_clycsz.xgsj
  141. *
  142. * @param xgsj the value for xt_clycsz.xgsj
  143. *
  144. * @ibatorgenerated Tue Aug 12 14:14:32 CST 2014
  145. */
  146. public void setXgsj(Date xgsj) {
  147. this.xgsj = xgsj;
  148. }
  149. }