SjFws.java 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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 SjFws extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column sj_fws.ID
  9. *
  10. * @ibatorgenerated Mon Feb 02 10:42:21 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 sj_fws.LQID
  16. *
  17. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  18. */
  19. private Integer lqid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column sj_fws.CSQ1FWS
  23. *
  24. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  25. */
  26. private Integer csq1fws;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column sj_fws.CSQ2FWS
  30. *
  31. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  32. */
  33. private Integer csq2fws;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column sj_fws.GLQFWS
  37. *
  38. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  39. */
  40. private Integer glqfws;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column sj_fws.PJFWS
  44. *
  45. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  46. */
  47. private BigDecimal pjfws;
  48. /**
  49. * This field was generated by Apache iBATIS ibator.
  50. * This field corresponds to the database column sj_fws.TJSJ
  51. *
  52. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  53. */
  54. private Date tjsj;
  55. private int yweb;
  56. /**
  57. private Integer yweb;
  58. * This method was generated by Apache iBATIS ibator.
  59. * This method returns the value of the database column sj_fws.ID
  60. *
  61. * @return the value of sj_fws.ID
  62. *
  63. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  64. */
  65. public Integer getId() {
  66. return id;
  67. }
  68. /**
  69. * This method was generated by Apache iBATIS ibator.
  70. * This method sets the value of the database column sj_fws.ID
  71. *
  72. * @param id the value for sj_fws.ID
  73. *
  74. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  75. */
  76. public void setId(Integer id) {
  77. this.id = id;
  78. }
  79. /**
  80. * This method was generated by Apache iBATIS ibator.
  81. * This method returns the value of the database column sj_fws.LQID
  82. *
  83. * @return the value of sj_fws.LQID
  84. *
  85. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  86. */
  87. public Integer getLqid() {
  88. return lqid;
  89. }
  90. /**
  91. * This method was generated by Apache iBATIS ibator.
  92. * This method sets the value of the database column sj_fws.LQID
  93. *
  94. * @param lqid the value for sj_fws.LQID
  95. *
  96. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  97. */
  98. public void setLqid(Integer lqid) {
  99. this.lqid = lqid;
  100. }
  101. /**
  102. * This method was generated by Apache iBATIS ibator.
  103. * This method returns the value of the database column sj_fws.CSQ1FWS
  104. *
  105. * @return the value of sj_fws.CSQ1FWS
  106. *
  107. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  108. */
  109. public Integer getCsq1fws() {
  110. return csq1fws;
  111. }
  112. /**
  113. * This method was generated by Apache iBATIS ibator.
  114. * This method sets the value of the database column sj_fws.CSQ1FWS
  115. *
  116. * @param csq1fws the value for sj_fws.CSQ1FWS
  117. *
  118. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  119. */
  120. public void setCsq1fws(Integer csq1fws) {
  121. this.csq1fws = csq1fws;
  122. }
  123. /**
  124. * This method was generated by Apache iBATIS ibator.
  125. * This method returns the value of the database column sj_fws.CSQ2FWS
  126. *
  127. * @return the value of sj_fws.CSQ2FWS
  128. *
  129. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  130. */
  131. public Integer getCsq2fws() {
  132. return csq2fws;
  133. }
  134. /**
  135. * This method was generated by Apache iBATIS ibator.
  136. * This method sets the value of the database column sj_fws.CSQ2FWS
  137. *
  138. * @param csq2fws the value for sj_fws.CSQ2FWS
  139. *
  140. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  141. */
  142. public void setCsq2fws(Integer csq2fws) {
  143. this.csq2fws = csq2fws;
  144. }
  145. /**
  146. * This method was generated by Apache iBATIS ibator.
  147. * This method returns the value of the database column sj_fws.GLQFWS
  148. *
  149. * @return the value of sj_fws.GLQFWS
  150. *
  151. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  152. */
  153. public Integer getGlqfws() {
  154. return glqfws;
  155. }
  156. /**
  157. * This method was generated by Apache iBATIS ibator.
  158. * This method sets the value of the database column sj_fws.GLQFWS
  159. *
  160. * @param glqfws the value for sj_fws.GLQFWS
  161. *
  162. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  163. */
  164. public void setGlqfws(Integer glqfws) {
  165. this.glqfws = glqfws;
  166. }
  167. /**
  168. * This method was generated by Apache iBATIS ibator.
  169. * This method returns the value of the database column sj_fws.PJFWS
  170. *
  171. * @return the value of sj_fws.PJFWS
  172. *
  173. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  174. */
  175. public BigDecimal getPjfws() {
  176. return pjfws;
  177. }
  178. /**
  179. * This method was generated by Apache iBATIS ibator.
  180. * This method sets the value of the database column sj_fws.PJFWS
  181. *
  182. * @param pjfws the value for sj_fws.PJFWS
  183. *
  184. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  185. */
  186. public void setPjfws(BigDecimal pjfws) {
  187. this.pjfws = pjfws;
  188. }
  189. /**
  190. * This method was generated by Apache iBATIS ibator.
  191. * This method returns the value of the database column sj_fws.TJSJ
  192. *
  193. * @return the value of sj_fws.TJSJ
  194. *
  195. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  196. */
  197. public Date getTjsj() {
  198. return tjsj;
  199. }
  200. /**
  201. * This method was generated by Apache iBATIS ibator.
  202. * This method sets the value of the database column sj_fws.TJSJ
  203. *
  204. * @param tjsj the value for sj_fws.TJSJ
  205. *
  206. * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015
  207. */
  208. public void setTjsj(Date tjsj) {
  209. this.tjsj = tjsj;
  210. }
  211. /**
  212. * This method was generated by Apache iBATIS ibator.
  213. * This method returns the value of the database column sj_fws.yweb
  214. *
  215. * @return the value of sj_fws.yweb
  216. *
  217. * @ibatorgenerated Tue Sep 01 11:11:03 CST 2015
  218. */
  219. public Integer getYweb() {
  220. return yweb;
  221. }
  222. /**
  223. * This method was generated by Apache iBATIS ibator.
  224. * This method sets the value of the database column sj_fws.yweb
  225. *
  226. * @param yweb the value for sj_fws.yweb
  227. *
  228. * @ibatorgenerated Tue Sep 01 11:11:03 CST 2015
  229. */
  230. public void setYweb(Integer yweb) {
  231. this.yweb = yweb;
  232. }
  233. private String tjsjString;
  234. public String getTjsjString() {
  235. return tjsjString;
  236. }
  237. public void setTjsjString(String tjsjString) {
  238. this.tjsjString = tjsjString;
  239. }
  240. }