DaMydj.java 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. package com.huimv.da.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class DaMydj extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column da_mydj.ID
  8. *
  9. * @ibatorgenerated Fri Dec 04 12:40:36 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 da_mydj.LQID
  15. *
  16. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  17. */
  18. private Integer lqid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column da_mydj.DWEB
  22. *
  23. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  24. */
  25. private String dweb;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column da_mydj.MYSJ
  29. *
  30. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  31. */
  32. private Date mysj;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column da_mydj.YMZL
  36. *
  37. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  38. */
  39. private String ymzl;
  40. private String ymzlmc; // 疫苗种类名称
  41. /**
  42. * This method was generated by Apache iBATIS ibator.
  43. * This method returns the value of the database column da_mydj.ID
  44. *
  45. * @return the value of da_mydj.ID
  46. *
  47. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  48. */
  49. public Integer getId() {
  50. return id;
  51. }
  52. /**
  53. * This method was generated by Apache iBATIS ibator.
  54. * This method sets the value of the database column da_mydj.ID
  55. *
  56. * @param id the value for da_mydj.ID
  57. *
  58. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  59. */
  60. public void setId(Integer id) {
  61. this.id = id;
  62. }
  63. /**
  64. * This method was generated by Apache iBATIS ibator.
  65. * This method returns the value of the database column da_mydj.LQID
  66. *
  67. * @return the value of da_mydj.LQID
  68. *
  69. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  70. */
  71. public Integer getLqid() {
  72. return lqid;
  73. }
  74. /**
  75. * This method was generated by Apache iBATIS ibator.
  76. * This method sets the value of the database column da_mydj.LQID
  77. *
  78. * @param lqid the value for da_mydj.LQID
  79. *
  80. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  81. */
  82. public void setLqid(Integer lqid) {
  83. this.lqid = lqid;
  84. }
  85. /**
  86. * This method was generated by Apache iBATIS ibator.
  87. * This method returns the value of the database column da_mydj.DWEB
  88. *
  89. * @return the value of da_mydj.DWEB
  90. *
  91. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  92. */
  93. public String getDweb() {
  94. return dweb;
  95. }
  96. /**
  97. * This method was generated by Apache iBATIS ibator.
  98. * This method sets the value of the database column da_mydj.DWEB
  99. *
  100. * @param dweb the value for da_mydj.DWEB
  101. *
  102. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  103. */
  104. public void setDweb(String dweb) {
  105. this.dweb = dweb == null ? null : dweb.trim();
  106. }
  107. /**
  108. * This method was generated by Apache iBATIS ibator.
  109. * This method returns the value of the database column da_mydj.MYSJ
  110. *
  111. * @return the value of da_mydj.MYSJ
  112. *
  113. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  114. */
  115. public Date getMysj() {
  116. return mysj;
  117. }
  118. /**
  119. * This method was generated by Apache iBATIS ibator.
  120. * This method sets the value of the database column da_mydj.MYSJ
  121. *
  122. * @param mysj the value for da_mydj.MYSJ
  123. *
  124. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  125. */
  126. public void setMysj(Date mysj) {
  127. this.mysj = mysj;
  128. }
  129. /**
  130. * This method was generated by Apache iBATIS ibator.
  131. * This method returns the value of the database column da_mydj.YMZL
  132. *
  133. * @return the value of da_mydj.YMZL
  134. *
  135. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  136. */
  137. public String getYmzl() {
  138. return ymzl;
  139. }
  140. /**
  141. * This method was generated by Apache iBATIS ibator.
  142. * This method sets the value of the database column da_mydj.YMZL
  143. *
  144. * @param ymzl the value for da_mydj.YMZL
  145. *
  146. * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015
  147. */
  148. public void setYmzl(String ymzl) {
  149. this.ymzl = ymzl == null ? null : ymzl.trim();
  150. }
  151. public String getYmzlmc() {
  152. return ymzlmc;
  153. }
  154. public void setYmzlmc(String ymzlmc) {
  155. this.ymzlmc = ymzlmc;
  156. }
  157. }