BjqTxmx.java 4.7 KB

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