XtQkyxcs.java 4.7 KB

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