SjSshjkz.java 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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 SjSshjkz extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column sj_sshjkz.ID
  9. *
  10. * @ibatorgenerated Sun Jun 29 20:51:17 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_sshjkz.LQID
  16. *
  17. * @ibatorgenerated Sun Jun 29 20:51:17 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_sshjkz.DQWD
  23. *
  24. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  25. */
  26. private BigDecimal dqwd;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column sj_sshjkz.DQSD
  30. *
  31. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  32. */
  33. private BigDecimal dqsd;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column sj_sshjkz.CJSJ
  37. *
  38. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  39. */
  40. private Date cjsj;
  41. private String zsid;
  42. private String zsmc;
  43. private String mcmc;
  44. private String mcid;
  45. /**
  46. * This method was generated by Apache iBATIS ibator.
  47. * This method returns the value of the database column sj_sshjkz.ID
  48. *
  49. * @return the value of sj_sshjkz.ID
  50. *
  51. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  52. */
  53. public Integer getId() {
  54. return id;
  55. }
  56. /**
  57. * This method was generated by Apache iBATIS ibator.
  58. * This method sets the value of the database column sj_sshjkz.ID
  59. *
  60. * @param id the value for sj_sshjkz.ID
  61. *
  62. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  63. */
  64. public void setId(Integer id) {
  65. this.id = id;
  66. }
  67. /**
  68. * This method was generated by Apache iBATIS ibator.
  69. * This method returns the value of the database column sj_sshjkz.LQID
  70. *
  71. * @return the value of sj_sshjkz.LQID
  72. *
  73. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  74. */
  75. public Integer getLqid() {
  76. return lqid;
  77. }
  78. /**
  79. * This method was generated by Apache iBATIS ibator.
  80. * This method sets the value of the database column sj_sshjkz.LQID
  81. *
  82. * @param lqid the value for sj_sshjkz.LQID
  83. *
  84. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  85. */
  86. public void setLqid(Integer lqid) {
  87. this.lqid = lqid;
  88. }
  89. /**
  90. * This method was generated by Apache iBATIS ibator.
  91. * This method returns the value of the database column sj_sshjkz.DQWD
  92. *
  93. * @return the value of sj_sshjkz.DQWD
  94. *
  95. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  96. */
  97. public BigDecimal getDqwd() {
  98. return dqwd;
  99. }
  100. /**
  101. * This method was generated by Apache iBATIS ibator.
  102. * This method sets the value of the database column sj_sshjkz.DQWD
  103. *
  104. * @param dqwd the value for sj_sshjkz.DQWD
  105. *
  106. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  107. */
  108. public void setDqwd(BigDecimal dqwd) {
  109. this.dqwd = dqwd;
  110. }
  111. /**
  112. * This method was generated by Apache iBATIS ibator.
  113. * This method returns the value of the database column sj_sshjkz.DQSD
  114. *
  115. * @return the value of sj_sshjkz.DQSD
  116. *
  117. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  118. */
  119. public BigDecimal getDqsd() {
  120. return dqsd;
  121. }
  122. /**
  123. * This method was generated by Apache iBATIS ibator.
  124. * This method sets the value of the database column sj_sshjkz.DQSD
  125. *
  126. * @param dqsd the value for sj_sshjkz.DQSD
  127. *
  128. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  129. */
  130. public void setDqsd(BigDecimal dqsd) {
  131. this.dqsd = dqsd;
  132. }
  133. /**
  134. * This method was generated by Apache iBATIS ibator.
  135. * This method returns the value of the database column sj_sshjkz.CJSJ
  136. *
  137. * @return the value of sj_sshjkz.CJSJ
  138. *
  139. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  140. */
  141. public Date getCjsj() {
  142. return cjsj;
  143. }
  144. /**
  145. * This method was generated by Apache iBATIS ibator.
  146. * This method sets the value of the database column sj_sshjkz.CJSJ
  147. *
  148. * @param cjsj the value for sj_sshjkz.CJSJ
  149. *
  150. * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014
  151. */
  152. public void setCjsj(Date cjsj) {
  153. this.cjsj = cjsj;
  154. }
  155. public String getZsid() {
  156. return zsid;
  157. }
  158. public void setZsid(String zsid) {
  159. this.zsid = zsid;
  160. }
  161. public String getZsmc() {
  162. return zsmc;
  163. }
  164. public void setZsmc(String zsmc) {
  165. this.zsmc = zsmc;
  166. }
  167. public String getMcmc() {
  168. return mcmc;
  169. }
  170. public void setMcmc(String mcmc) {
  171. this.mcmc = mcmc;
  172. }
  173. public String getMcid() {
  174. return mcid;
  175. }
  176. public void setMcid(String mcid) {
  177. this.mcid = mcid;
  178. }
  179. }