SjlrZzwd.java 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. package com.huimv.sjlr.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.math.BigDecimal;
  4. import java.util.Date;
  5. public class SjlrZzwd extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column sjlr_zzwd.ID
  9. *
  10. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  11. */
  12. private Integer id;
  13. /**
  14. * This field was generated by Apache iBATIS ibator.
  15. * This field corresponds to the database column sjlr_zzwd.DWEB
  16. *
  17. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  18. */
  19. private String dweb;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column sjlr_zzwd.DQWD
  23. *
  24. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  25. */
  26. private BigDecimal dqwd;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column sjlr_zzwd.SCSJ
  30. *
  31. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  32. */
  33. private Date scsj;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column sjlr_zzwd.DQLQ
  37. *
  38. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  39. */
  40. private String dqlq;
  41. /**
  42. * This method was generated by Apache iBATIS ibator.
  43. * This method returns the value of the database column sjlr_zzwd.ID
  44. *
  45. * @return the value of sjlr_zzwd.ID
  46. *
  47. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  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 sjlr_zzwd.ID
  55. *
  56. * @param id the value for sjlr_zzwd.ID
  57. *
  58. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  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 sjlr_zzwd.DWEB
  66. *
  67. * @return the value of sjlr_zzwd.DWEB
  68. *
  69. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  70. */
  71. public String getDweb() {
  72. return dweb;
  73. }
  74. /**
  75. * This method was generated by Apache iBATIS ibator.
  76. * This method sets the value of the database column sjlr_zzwd.DWEB
  77. *
  78. * @param dweb the value for sjlr_zzwd.DWEB
  79. *
  80. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  81. */
  82. public void setDweb(String dweb) {
  83. this.dweb = dweb == null ? null : dweb.trim();
  84. }
  85. /**
  86. * This method was generated by Apache iBATIS ibator.
  87. * This method returns the value of the database column sjlr_zzwd.DQWD
  88. *
  89. * @return the value of sjlr_zzwd.DQWD
  90. *
  91. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  92. */
  93. public BigDecimal getDqwd() {
  94. return dqwd;
  95. }
  96. /**
  97. * This method was generated by Apache iBATIS ibator.
  98. * This method sets the value of the database column sjlr_zzwd.DQWD
  99. *
  100. * @param dqwd the value for sjlr_zzwd.DQWD
  101. *
  102. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  103. */
  104. public void setDqwd(BigDecimal dqwd) {
  105. this.dqwd = dqwd;
  106. }
  107. /**
  108. * This method was generated by Apache iBATIS ibator.
  109. * This method returns the value of the database column sjlr_zzwd.SCSJ
  110. *
  111. * @return the value of sjlr_zzwd.SCSJ
  112. *
  113. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  114. */
  115. public Date getScsj() {
  116. return scsj;
  117. }
  118. /**
  119. * This method was generated by Apache iBATIS ibator.
  120. * This method sets the value of the database column sjlr_zzwd.SCSJ
  121. *
  122. * @param scsj the value for sjlr_zzwd.SCSJ
  123. *
  124. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  125. */
  126. public void setScsj(Date scsj) {
  127. this.scsj = scsj;
  128. }
  129. /**
  130. * This method was generated by Apache iBATIS ibator.
  131. * This method returns the value of the database column sjlr_zzwd.DQLQ
  132. *
  133. * @return the value of sjlr_zzwd.DQLQ
  134. *
  135. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  136. */
  137. public String getDqlq() {
  138. return dqlq;
  139. }
  140. /**
  141. * This method was generated by Apache iBATIS ibator.
  142. * This method sets the value of the database column sjlr_zzwd.DQLQ
  143. *
  144. * @param dqlq the value for sjlr_zzwd.DQLQ
  145. *
  146. * @ibatorgenerated Wed Aug 28 11:23:57 CST 2019
  147. */
  148. public void setDqlq(String dqlq) {
  149. this.dqlq = dqlq == null ? null : dqlq.trim();
  150. }
  151. }