BjqWd.java 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. package com.huimv.bjq.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.math.BigDecimal;
  4. import java.util.Date;
  5. public class BjqWd extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column bjq_wd.ID
  9. *
  10. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  11. */
  12. private Integer id;
  13. /**
  14. * This field was generated by Apache iBATIS ibator.
  15. * This field corresponds to the database column bjq_wd.ZSID
  16. *
  17. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  18. */
  19. private Integer zsid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column bjq_wd.MKBH
  23. *
  24. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  25. */
  26. private String mkbh;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column bjq_wd.TJSJ
  30. *
  31. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  32. */
  33. private Date tjsj;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column bjq_wd.DQWD
  37. *
  38. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  39. */
  40. private BigDecimal dqwd;
  41. private String mcmc;
  42. private String zsmc;
  43. /**
  44. * This method was generated by Apache iBATIS ibator.
  45. * This method returns the value of the database column bjq_wd.ID
  46. *
  47. * @return the value of bjq_wd.ID
  48. *
  49. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  50. */
  51. public Integer getId() {
  52. return id;
  53. }
  54. /**
  55. * This method was generated by Apache iBATIS ibator.
  56. * This method sets the value of the database column bjq_wd.ID
  57. *
  58. * @param id the value for bjq_wd.ID
  59. *
  60. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  61. */
  62. public void setId(Integer id) {
  63. this.id = id;
  64. }
  65. /**
  66. * This method was generated by Apache iBATIS ibator.
  67. * This method returns the value of the database column bjq_wd.ZSID
  68. *
  69. * @return the value of bjq_wd.ZSID
  70. *
  71. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  72. */
  73. public Integer getZsid() {
  74. return zsid;
  75. }
  76. /**
  77. * This method was generated by Apache iBATIS ibator.
  78. * This method sets the value of the database column bjq_wd.ZSID
  79. *
  80. * @param zsid the value for bjq_wd.ZSID
  81. *
  82. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  83. */
  84. public void setZsid(Integer zsid) {
  85. this.zsid = zsid;
  86. }
  87. /**
  88. * This method was generated by Apache iBATIS ibator.
  89. * This method returns the value of the database column bjq_wd.MKBH
  90. *
  91. * @return the value of bjq_wd.MKBH
  92. *
  93. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  94. */
  95. public String getMkbh() {
  96. return mkbh;
  97. }
  98. /**
  99. * This method was generated by Apache iBATIS ibator.
  100. * This method sets the value of the database column bjq_wd.MKBH
  101. *
  102. * @param mkbh the value for bjq_wd.MKBH
  103. *
  104. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  105. */
  106. public void setMkbh(String mkbh) {
  107. this.mkbh = mkbh == null ? null : mkbh.trim();
  108. }
  109. /**
  110. * This method was generated by Apache iBATIS ibator.
  111. * This method returns the value of the database column bjq_wd.TJSJ
  112. *
  113. * @return the value of bjq_wd.TJSJ
  114. *
  115. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  116. */
  117. public Date getTjsj() {
  118. return tjsj;
  119. }
  120. /**
  121. * This method was generated by Apache iBATIS ibator.
  122. * This method sets the value of the database column bjq_wd.TJSJ
  123. *
  124. * @param tjsj the value for bjq_wd.TJSJ
  125. *
  126. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  127. */
  128. public void setTjsj(Date tjsj) {
  129. this.tjsj = tjsj;
  130. }
  131. /**
  132. * This method was generated by Apache iBATIS ibator.
  133. * This method returns the value of the database column bjq_wd.DQWD
  134. *
  135. * @return the value of bjq_wd.DQWD
  136. *
  137. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  138. */
  139. public BigDecimal getDqwd() {
  140. return dqwd;
  141. }
  142. /**
  143. * This method was generated by Apache iBATIS ibator.
  144. * This method sets the value of the database column bjq_wd.DQWD
  145. *
  146. * @param dqwd the value for bjq_wd.DQWD
  147. *
  148. * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015
  149. */
  150. public void setDqwd(BigDecimal dqwd) {
  151. this.dqwd = dqwd;
  152. }
  153. public String getMcmc() {
  154. return mcmc;
  155. }
  156. public void setMcmc(String mcmc) {
  157. this.mcmc = mcmc;
  158. }
  159. public String getZsmc() {
  160. return zsmc;
  161. }
  162. public void setZsmc(String zsmc) {
  163. this.zsmc = zsmc;
  164. }
  165. }