SjScjfwjl.java 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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 SjScjfwjl extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column sj_scj_fwjl.ID
  9. *
  10. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  11. */
  12. private Integer id;
  13. /**
  14. * This field was generated by Apache iBATIS ibator.
  15. * This field corresponds to the database column sj_scj_fwjl.LQID
  16. *
  17. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  18. */
  19. private Integer lqid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column sj_scj_fwjl.SJID
  23. *
  24. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  25. */
  26. private Integer sjid;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column sj_scj_fwjl.DWEB
  30. *
  31. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  32. */
  33. private String dweb;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column sj_scj_fwjl.DQWD
  37. *
  38. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  39. */
  40. private BigDecimal dqwd;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column sj_scj_fwjl.CJSJ
  44. *
  45. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  46. */
  47. private Date cjsj;
  48. /**
  49. * This field was generated by Apache iBATIS ibator.
  50. * This field corresponds to the database column sj_scj_fwjl.SCSJ
  51. *
  52. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  53. */
  54. private Date scsj;
  55. /**
  56. * This method was generated by Apache iBATIS ibator.
  57. * This method returns the value of the database column sj_scj_fwjl.ID
  58. *
  59. * @return the value of sj_scj_fwjl.ID
  60. *
  61. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  62. */
  63. public Integer getId() {
  64. return id;
  65. }
  66. /**
  67. * This method was generated by Apache iBATIS ibator.
  68. * This method sets the value of the database column sj_scj_fwjl.ID
  69. *
  70. * @param id the value for sj_scj_fwjl.ID
  71. *
  72. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  73. */
  74. public void setId(Integer id) {
  75. this.id = id;
  76. }
  77. /**
  78. * This method was generated by Apache iBATIS ibator.
  79. * This method returns the value of the database column sj_scj_fwjl.LQID
  80. *
  81. * @return the value of sj_scj_fwjl.LQID
  82. *
  83. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  84. */
  85. public Integer getLqid() {
  86. return lqid;
  87. }
  88. /**
  89. * This method was generated by Apache iBATIS ibator.
  90. * This method sets the value of the database column sj_scj_fwjl.LQID
  91. *
  92. * @param lqid the value for sj_scj_fwjl.LQID
  93. *
  94. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  95. */
  96. public void setLqid(Integer lqid) {
  97. this.lqid = lqid;
  98. }
  99. /**
  100. * This method was generated by Apache iBATIS ibator.
  101. * This method returns the value of the database column sj_scj_fwjl.SJID
  102. *
  103. * @return the value of sj_scj_fwjl.SJID
  104. *
  105. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  106. */
  107. public Integer getSjid() {
  108. return sjid;
  109. }
  110. /**
  111. * This method was generated by Apache iBATIS ibator.
  112. * This method sets the value of the database column sj_scj_fwjl.SJID
  113. *
  114. * @param sjid the value for sj_scj_fwjl.SJID
  115. *
  116. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  117. */
  118. public void setSjid(Integer sjid) {
  119. this.sjid = sjid;
  120. }
  121. /**
  122. * This method was generated by Apache iBATIS ibator.
  123. * This method returns the value of the database column sj_scj_fwjl.DWEB
  124. *
  125. * @return the value of sj_scj_fwjl.DWEB
  126. *
  127. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  128. */
  129. public String getDweb() {
  130. return dweb;
  131. }
  132. /**
  133. * This method was generated by Apache iBATIS ibator.
  134. * This method sets the value of the database column sj_scj_fwjl.DWEB
  135. *
  136. * @param dweb the value for sj_scj_fwjl.DWEB
  137. *
  138. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  139. */
  140. public void setDweb(String dweb) {
  141. this.dweb = dweb == null ? null : dweb.trim();
  142. }
  143. /**
  144. * This method was generated by Apache iBATIS ibator.
  145. * This method returns the value of the database column sj_scj_fwjl.DQWD
  146. *
  147. * @return the value of sj_scj_fwjl.DQWD
  148. *
  149. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  150. */
  151. public BigDecimal getDqwd() {
  152. return dqwd;
  153. }
  154. /**
  155. * This method was generated by Apache iBATIS ibator.
  156. * This method sets the value of the database column sj_scj_fwjl.DQWD
  157. *
  158. * @param dqwd the value for sj_scj_fwjl.DQWD
  159. *
  160. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  161. */
  162. public void setDqwd(BigDecimal dqwd) {
  163. this.dqwd = dqwd;
  164. }
  165. /**
  166. * This method was generated by Apache iBATIS ibator.
  167. * This method returns the value of the database column sj_scj_fwjl.CJSJ
  168. *
  169. * @return the value of sj_scj_fwjl.CJSJ
  170. *
  171. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  172. */
  173. public Date getCjsj() {
  174. return cjsj;
  175. }
  176. /**
  177. * This method was generated by Apache iBATIS ibator.
  178. * This method sets the value of the database column sj_scj_fwjl.CJSJ
  179. *
  180. * @param cjsj the value for sj_scj_fwjl.CJSJ
  181. *
  182. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  183. */
  184. public void setCjsj(Date cjsj) {
  185. this.cjsj = cjsj;
  186. }
  187. /**
  188. * This method was generated by Apache iBATIS ibator.
  189. * This method returns the value of the database column sj_scj_fwjl.SCSJ
  190. *
  191. * @return the value of sj_scj_fwjl.SCSJ
  192. *
  193. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  194. */
  195. public Date getScsj() {
  196. return scsj;
  197. }
  198. /**
  199. * This method was generated by Apache iBATIS ibator.
  200. * This method sets the value of the database column sj_scj_fwjl.SCSJ
  201. *
  202. * @param scsj the value for sj_scj_fwjl.SCSJ
  203. *
  204. * @ibatorgenerated Wed Dec 21 13:55:43 CST 2016
  205. */
  206. public void setScsj(Date scsj) {
  207. this.scsj = scsj;
  208. }
  209. }