SjHksy.java 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. package com.huimv.sj.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.math.BigDecimal;
  4. import java.util.Date;
  5. public class SjHksy extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column sj_hk_sy.ID
  9. *
  10. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  11. */
  12. private Integer id;
  13. /**
  14. * This field was generated by Apache iBATIS ibator.
  15. * This field corresponds to the dat
  16. * abase column sj_hk_sy.LQID
  17. *
  18. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  19. */
  20. private Integer lqid;
  21. /**
  22. * This field was generated by Apache iBATIS ibator.
  23. * This field corresponds to the database column sj_hk_sy.CGQID
  24. *
  25. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  26. */
  27. private String cgqid;
  28. /**
  29. * This field was generated by Apache iBATIS ibator.
  30. * This field corresponds to the database column sj_hk_sy.DQSY
  31. *
  32. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  33. */
  34. private BigDecimal dqsy;
  35. /**
  36. * This field was generated by Apache iBATIS ibator.
  37. * This field corresponds to the database column sj_hk_sy.CJSJ
  38. *
  39. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  40. */
  41. private Date cjsj;
  42. /**
  43. * This field was generated by Apache iBATIS ibator.
  44. * This field corresponds to the database column sj_hk_sy.SCSJ
  45. *
  46. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  47. */
  48. private Date scsj;
  49. /**
  50. * This method was generated by Apache iBATIS ibator.
  51. * This method returns the value of the database column sj_hk_sy.ID
  52. *
  53. * @return the value of sj_hk_sy.ID
  54. *
  55. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  56. */
  57. public Integer getId() {
  58. return id;
  59. }
  60. /**
  61. * This method was generated by Apache iBATIS ibator.
  62. * This method sets the value of the database column sj_hk_sy.ID
  63. *
  64. * @param id the value for sj_hk_sy.ID
  65. *
  66. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  67. */
  68. public void setId(Integer id) {
  69. this.id = id;
  70. }
  71. /**
  72. * This method was generated by Apache iBATIS ibator.
  73. * This method returns the value of the database column sj_hk_sy.LQID
  74. *
  75. * @return the value of sj_hk_sy.LQID
  76. *
  77. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  78. */
  79. public Integer getLqid() {
  80. return lqid;
  81. }
  82. /**
  83. * This method was generated by Apache iBATIS ibator.
  84. * This method sets the value of the database column sj_hk_sy.LQID
  85. *
  86. * @param lqid the value for sj_hk_sy.LQID
  87. *
  88. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  89. */
  90. public void setLqid(Integer lqid) {
  91. this.lqid = lqid;
  92. }
  93. /**
  94. * This method was generated by Apache iBATIS ibator.
  95. * This method returns the value of the database column sj_hk_sy.CGQID
  96. *
  97. * @return the value of sj_hk_sy.CGQID
  98. *
  99. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  100. */
  101. public String getCgqid() {
  102. return cgqid;
  103. }
  104. /**
  105. * This method was generated by Apache iBATIS ibator.
  106. * This method sets the value of the database column sj_hk_sy.CGQID
  107. *
  108. * @param cgqid the value for sj_hk_sy.CGQID
  109. *
  110. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  111. */
  112. public void setCgqid(String cgqid) {
  113. this.cgqid = cgqid == null ? null : cgqid.trim();
  114. }
  115. /**
  116. * This method was generated by Apache iBATIS ibator.
  117. * This method returns the value of the database column sj_hk_sy.DQSY
  118. *
  119. * @return the value of sj_hk_sy.DQSY
  120. *
  121. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  122. */
  123. public BigDecimal getDqsy() {
  124. return dqsy;
  125. }
  126. /**
  127. * This method was generated by Apache iBATIS ibator.
  128. * This method sets the value of the database column sj_hk_sy.DQSY
  129. *
  130. * @param dqsy the value for sj_hk_sy.DQSY
  131. *
  132. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  133. */
  134. public void setDqsy(BigDecimal dqsy) {
  135. this.dqsy = dqsy;
  136. }
  137. /**
  138. * This method was generated by Apache iBATIS ibator.
  139. * This method returns the value of the database column sj_hk_sy.CJSJ
  140. *
  141. * @return the value of sj_hk_sy.CJSJ
  142. *
  143. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  144. */
  145. public Date getCjsj() {
  146. return cjsj;
  147. }
  148. /**
  149. * This method was generated by Apache iBATIS ibator.
  150. * This method sets the value of the database column sj_hk_sy.CJSJ
  151. *
  152. * @param cjsj the value for sj_hk_sy.CJSJ
  153. *
  154. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  155. */
  156. public void setCjsj(Date cjsj) {
  157. this.cjsj = cjsj;
  158. }
  159. /**
  160. * This method was generated by Apache iBATIS ibator.
  161. * This method returns the value of the database column sj_hk_sy.SCSJ
  162. *
  163. * @return the value of sj_hk_sy.SCSJ
  164. *
  165. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  166. */
  167. public Date getScsj() {
  168. return scsj;
  169. }
  170. /**
  171. * This method was generated by Apache iBATIS ibator.
  172. * This method sets the value of the database column sj_hk_sy.SCSJ
  173. *
  174. * @param scsj the value for sj_hk_sy.SCSJ
  175. *
  176. * @ibatorgenerated Wed Oct 26 19:22:44 CST 2016
  177. */
  178. public void setScsj(Date scsj) {
  179. this.scsj = scsj;
  180. }
  181. private BigDecimal maxsy;
  182. private BigDecimal minsy;
  183. private BigDecimal avgsy;
  184. public BigDecimal getMaxsy() {
  185. return maxsy;
  186. }
  187. public void setMaxsy(BigDecimal maxsy) {
  188. this.maxsy = maxsy;
  189. }
  190. public BigDecimal getMinsy() {
  191. return minsy;
  192. }
  193. public void setMinsy(BigDecimal minsy) {
  194. this.minsy = minsy;
  195. }
  196. public BigDecimal getAvgsy() {
  197. return avgsy;
  198. }
  199. public void setAvgsy(BigDecimal avgsy) {
  200. this.avgsy = avgsy;
  201. }
  202. }