SjSsqtjc.java 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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 SjSsqtjc extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column sj_ssqtjc.ID
  9. *
  10. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  11. */
  12. private Integer id;
  13. /**
  14. * This field was generated by Apache iBATIS ibator.
  15. * This field corresponds to the database column sj_ssqtjc.LQID
  16. *
  17. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  18. */
  19. private Integer lqid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column sj_ssqtjc.AQND
  23. *
  24. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  25. */
  26. private BigDecimal aqnd;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column sj_ssqtjc.LHQND
  30. *
  31. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  32. */
  33. private BigDecimal lhqnd;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column sj_ssqtjc.JWND
  37. *
  38. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  39. */
  40. private BigDecimal jwnd;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column sj_ssqtjc.YQND
  44. *
  45. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  46. */
  47. private BigDecimal yqnd;
  48. /**
  49. * This field was generated by Apache iBATIS ibator.
  50. * This field corresponds to the database column sj_ssqtjc.CJSJ
  51. *
  52. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  53. */
  54. private Date cjsj;
  55. /**
  56. * This method was generated by Apache iBATIS ibator.
  57. * This method returns the value of the database column sj_ssqtjc.ID
  58. *
  59. * @return the value of sj_ssqtjc.ID
  60. *
  61. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  62. */
  63. public Integer getId() {
  64. return id;
  65. }
  66. /**
  67. * This method was generated by Apache iBATIS ibator.
  68. * This method sets the value of the database column sj_ssqtjc.ID
  69. *
  70. * @param id the value for sj_ssqtjc.ID
  71. *
  72. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  73. */
  74. public void setId(Integer id) {
  75. this.id = id;
  76. }
  77. /**
  78. * This method was generated by Apache iBATIS ibator.
  79. * This method returns the value of the database column sj_ssqtjc.LQID
  80. *
  81. * @return the value of sj_ssqtjc.LQID
  82. *
  83. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  84. */
  85. public Integer getLqid() {
  86. return lqid;
  87. }
  88. /**
  89. * This method was generated by Apache iBATIS ibator.
  90. * This method sets the value of the database column sj_ssqtjc.LQID
  91. *
  92. * @param lqid the value for sj_ssqtjc.LQID
  93. *
  94. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  95. */
  96. public void setLqid(Integer lqid) {
  97. this.lqid = lqid;
  98. }
  99. /**
  100. * This method was generated by Apache iBATIS ibator.
  101. * This method returns the value of the database column sj_ssqtjc.AQND
  102. *
  103. * @return the value of sj_ssqtjc.AQND
  104. *
  105. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  106. */
  107. public BigDecimal getAqnd() {
  108. return aqnd;
  109. }
  110. /**
  111. * This method was generated by Apache iBATIS ibator.
  112. * This method sets the value of the database column sj_ssqtjc.AQND
  113. *
  114. * @param aqnd the value for sj_ssqtjc.AQND
  115. *
  116. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  117. */
  118. public void setAqnd(BigDecimal aqnd) {
  119. this.aqnd = aqnd;
  120. }
  121. /**
  122. * This method was generated by Apache iBATIS ibator.
  123. * This method returns the value of the database column sj_ssqtjc.LHQND
  124. *
  125. * @return the value of sj_ssqtjc.LHQND
  126. *
  127. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  128. */
  129. public BigDecimal getLhqnd() {
  130. return lhqnd;
  131. }
  132. /**
  133. * This method was generated by Apache iBATIS ibator.
  134. * This method sets the value of the database column sj_ssqtjc.LHQND
  135. *
  136. * @param lhqnd the value for sj_ssqtjc.LHQND
  137. *
  138. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  139. */
  140. public void setLhqnd(BigDecimal lhqnd) {
  141. this.lhqnd = lhqnd;
  142. }
  143. /**
  144. * This method was generated by Apache iBATIS ibator.
  145. * This method returns the value of the database column sj_ssqtjc.JWND
  146. *
  147. * @return the value of sj_ssqtjc.JWND
  148. *
  149. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  150. */
  151. public BigDecimal getJwnd() {
  152. return jwnd;
  153. }
  154. /**
  155. * This method was generated by Apache iBATIS ibator.
  156. * This method sets the value of the database column sj_ssqtjc.JWND
  157. *
  158. * @param jwnd the value for sj_ssqtjc.JWND
  159. *
  160. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  161. */
  162. public void setJwnd(BigDecimal jwnd) {
  163. this.jwnd = jwnd;
  164. }
  165. /**
  166. * This method was generated by Apache iBATIS ibator.
  167. * This method returns the value of the database column sj_ssqtjc.YQND
  168. *
  169. * @return the value of sj_ssqtjc.YQND
  170. *
  171. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  172. */
  173. public BigDecimal getYqnd() {
  174. return yqnd;
  175. }
  176. /**
  177. * This method was generated by Apache iBATIS ibator.
  178. * This method sets the value of the database column sj_ssqtjc.YQND
  179. *
  180. * @param yqnd the value for sj_ssqtjc.YQND
  181. *
  182. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  183. */
  184. public void setYqnd(BigDecimal yqnd) {
  185. this.yqnd = yqnd;
  186. }
  187. /**
  188. * This method was generated by Apache iBATIS ibator.
  189. * This method returns the value of the database column sj_ssqtjc.CJSJ
  190. *
  191. * @return the value of sj_ssqtjc.CJSJ
  192. *
  193. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  194. */
  195. public Date getCjsj() {
  196. return cjsj;
  197. }
  198. /**
  199. * This method was generated by Apache iBATIS ibator.
  200. * This method sets the value of the database column sj_ssqtjc.CJSJ
  201. *
  202. * @param cjsj the value for sj_ssqtjc.CJSJ
  203. *
  204. * @ibatorgenerated Thu Jul 31 12:39:05 CST 2014
  205. */
  206. public void setCjsj(Date cjsj) {
  207. this.cjsj = cjsj;
  208. }
  209. }