SjJllcsj.java 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  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 SjJllcsj extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column sj_jllcsj.ID
  9. *
  10. * @ibatorgenerated Thu May 05 09:03:18 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_jllcsj.LQID
  16. *
  17. * @ibatorgenerated Thu May 05 09:03:18 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_jllcsj.CSL
  23. *
  24. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  25. */
  26. private BigDecimal csl;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column sj_jllcsj.CSCS
  30. *
  31. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  32. */
  33. private Integer cscs;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column sj_jllcsj.YSCS
  37. *
  38. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  39. */
  40. private Integer yscs;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column sj_jllcsj.LCID
  44. *
  45. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  46. */
  47. private String lcid;
  48. /**
  49. * This field was generated by Apache iBATIS ibator.
  50. * This field corresponds to the database column sj_jllcsj.SW
  51. *
  52. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  53. */
  54. private BigDecimal sw;
  55. /**
  56. * This field was generated by Apache iBATIS ibator.
  57. * This field corresponds to the database column sj_jllcsj.LTZL
  58. *
  59. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  60. */
  61. private BigDecimal ltzl;
  62. /**
  63. * This field was generated by Apache iBATIS ibator.
  64. * This field corresponds to the database column sj_jllcsj.CJSJ
  65. *
  66. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  67. */
  68. private Date cjsj;
  69. /**
  70. * This field was generated by Apache iBATIS ibator.
  71. * This field corresponds to the database column sj_jllcsj.SCSJ
  72. *
  73. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  74. */
  75. private Date scsj;
  76. /**
  77. * This method was generated by Apache iBATIS ibator.
  78. * This method returns the value of the database column sj_jllcsj.ID
  79. *
  80. * @return the value of sj_jllcsj.ID
  81. *
  82. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  83. */
  84. public Integer getId() {
  85. return id;
  86. }
  87. /**
  88. * This method was generated by Apache iBATIS ibator.
  89. * This method sets the value of the database column sj_jllcsj.ID
  90. *
  91. * @param id the value for sj_jllcsj.ID
  92. *
  93. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  94. */
  95. public void setId(Integer id) {
  96. this.id = id;
  97. }
  98. /**
  99. * This method was generated by Apache iBATIS ibator.
  100. * This method returns the value of the database column sj_jllcsj.LQID
  101. *
  102. * @return the value of sj_jllcsj.LQID
  103. *
  104. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  105. */
  106. public Integer getLqid() {
  107. return lqid;
  108. }
  109. /**
  110. * This method was generated by Apache iBATIS ibator.
  111. * This method sets the value of the database column sj_jllcsj.LQID
  112. *
  113. * @param lqid the value for sj_jllcsj.LQID
  114. *
  115. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  116. */
  117. public void setLqid(Integer lqid) {
  118. this.lqid = lqid;
  119. }
  120. /**
  121. * This method was generated by Apache iBATIS ibator.
  122. * This method returns the value of the database column sj_jllcsj.CSL
  123. *
  124. * @return the value of sj_jllcsj.CSL
  125. *
  126. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  127. */
  128. public BigDecimal getCsl() {
  129. return csl;
  130. }
  131. /**
  132. * This method was generated by Apache iBATIS ibator.
  133. * This method sets the value of the database column sj_jllcsj.CSL
  134. *
  135. * @param csl the value for sj_jllcsj.CSL
  136. *
  137. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  138. */
  139. public void setCsl(BigDecimal csl) {
  140. this.csl = csl;
  141. }
  142. /**
  143. * This method was generated by Apache iBATIS ibator.
  144. * This method returns the value of the database column sj_jllcsj.CSCS
  145. *
  146. * @return the value of sj_jllcsj.CSCS
  147. *
  148. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  149. */
  150. public Integer getCscs() {
  151. return cscs;
  152. }
  153. /**
  154. * This method was generated by Apache iBATIS ibator.
  155. * This method sets the value of the database column sj_jllcsj.CSCS
  156. *
  157. * @param cscs the value for sj_jllcsj.CSCS
  158. *
  159. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  160. */
  161. public void setCscs(Integer cscs) {
  162. this.cscs = cscs;
  163. }
  164. /**
  165. * This method was generated by Apache iBATIS ibator.
  166. * This method returns the value of the database column sj_jllcsj.YSCS
  167. *
  168. * @return the value of sj_jllcsj.YSCS
  169. *
  170. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  171. */
  172. public Integer getYscs() {
  173. return yscs;
  174. }
  175. /**
  176. * This method was generated by Apache iBATIS ibator.
  177. * This method sets the value of the database column sj_jllcsj.YSCS
  178. *
  179. * @param yscs the value for sj_jllcsj.YSCS
  180. *
  181. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  182. */
  183. public void setYscs(Integer yscs) {
  184. this.yscs = yscs;
  185. }
  186. /**
  187. * This method was generated by Apache iBATIS ibator.
  188. * This method returns the value of the database column sj_jllcsj.LCID
  189. *
  190. * @return the value of sj_jllcsj.LCID
  191. *
  192. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  193. */
  194. public String getLcid() {
  195. return lcid;
  196. }
  197. /**
  198. * This method was generated by Apache iBATIS ibator.
  199. * This method sets the value of the database column sj_jllcsj.LCID
  200. *
  201. * @param lcid the value for sj_jllcsj.LCID
  202. *
  203. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  204. */
  205. public void setLcid(String lcid) {
  206. this.lcid = lcid == null ? null : lcid.trim();
  207. }
  208. /**
  209. * This method was generated by Apache iBATIS ibator.
  210. * This method returns the value of the database column sj_jllcsj.SW
  211. *
  212. * @return the value of sj_jllcsj.SW
  213. *
  214. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  215. */
  216. public BigDecimal getSw() {
  217. return sw;
  218. }
  219. /**
  220. * This method was generated by Apache iBATIS ibator.
  221. * This method sets the value of the database column sj_jllcsj.SW
  222. *
  223. * @param sw the value for sj_jllcsj.SW
  224. *
  225. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  226. */
  227. public void setSw(BigDecimal sw) {
  228. this.sw = sw;
  229. }
  230. /**
  231. * This method was generated by Apache iBATIS ibator.
  232. * This method returns the value of the database column sj_jllcsj.LTZL
  233. *
  234. * @return the value of sj_jllcsj.LTZL
  235. *
  236. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  237. */
  238. public BigDecimal getLtzl() {
  239. return ltzl;
  240. }
  241. /**
  242. * This method was generated by Apache iBATIS ibator.
  243. * This method sets the value of the database column sj_jllcsj.LTZL
  244. *
  245. * @param ltzl the value for sj_jllcsj.LTZL
  246. *
  247. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  248. */
  249. public void setLtzl(BigDecimal ltzl) {
  250. this.ltzl = ltzl;
  251. }
  252. /**
  253. * This method was generated by Apache iBATIS ibator.
  254. * This method returns the value of the database column sj_jllcsj.CJSJ
  255. *
  256. * @return the value of sj_jllcsj.CJSJ
  257. *
  258. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  259. */
  260. public Date getCjsj() {
  261. return cjsj;
  262. }
  263. /**
  264. * This method was generated by Apache iBATIS ibator.
  265. * This method sets the value of the database column sj_jllcsj.CJSJ
  266. *
  267. * @param cjsj the value for sj_jllcsj.CJSJ
  268. *
  269. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  270. */
  271. public void setCjsj(Date cjsj) {
  272. this.cjsj = cjsj;
  273. }
  274. /**
  275. * This method was generated by Apache iBATIS ibator.
  276. * This method returns the value of the database column sj_jllcsj.SCSJ
  277. *
  278. * @return the value of sj_jllcsj.SCSJ
  279. *
  280. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  281. */
  282. public Date getScsj() {
  283. return scsj;
  284. }
  285. /**
  286. * This method was generated by Apache iBATIS ibator.
  287. * This method sets the value of the database column sj_jllcsj.SCSJ
  288. *
  289. * @param scsj the value for sj_jllcsj.SCSJ
  290. *
  291. * @ibatorgenerated Thu May 05 09:03:18 CST 2016
  292. */
  293. public void setScsj(Date scsj) {
  294. this.scsj = scsj;
  295. }
  296. private String xs;
  297. private int hyzs;
  298. public int getHyzs() {
  299. return hyzs;
  300. }
  301. public void setHyzs(int hyzs) {
  302. this.hyzs = hyzs;
  303. }
  304. public String getXs() {
  305. return xs;
  306. }
  307. public void setXs(String xs) {
  308. this.xs = xs;
  309. }
  310. }