SjRcssj.java 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. package com.huimv.sj.dataobject;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. import com.huimv.busi.da.dto.DaLqdaDTO;
  5. import com.huimv.xt.dataobject.BaseDO;
  6. @SuppressWarnings("serial")
  7. public class SjRcssj extends BaseDO {
  8. /**
  9. * This field was generated by Apache iBATIS ibator.
  10. * This field corresponds to the database column sj_rcssj.ID
  11. *
  12. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  13. */
  14. private Integer id;
  15. /**
  16. * This field was generated by Apache iBATIS ibator.
  17. * This field corresponds to the database column sj_rcssj.LQID
  18. *
  19. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  20. */
  21. private Integer lqid;
  22. /**
  23. * This field was generated by Apache iBATIS ibator.
  24. * This field corresponds to the database column sj_rcssj.RZCSL
  25. *
  26. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  27. */
  28. private BigDecimal rzcsl;
  29. /**
  30. * This field was generated by Apache iBATIS ibator.
  31. * This field corresponds to the database column sj_rcssj.CSQ1CSL
  32. *
  33. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  34. */
  35. private BigDecimal csq1csl;
  36. /**
  37. * This field was generated by Apache iBATIS ibator.
  38. * This field corresponds to the database column sj_rcssj.CSQ2CSL
  39. *
  40. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  41. */
  42. private BigDecimal csq2csl;
  43. /**
  44. * This field was generated by Apache iBATIS ibator.
  45. * This field corresponds to the database column sj_rcssj.GLQCSL
  46. *
  47. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  48. */
  49. private BigDecimal glqcsl;
  50. /**
  51. * This field was generated by Apache iBATIS ibator.
  52. * This field corresponds to the database column sj_rcssj.TJSJ
  53. *
  54. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  55. */
  56. private Date tjsj;
  57. /**
  58. * This method was generated by Apache iBATIS ibator.
  59. * This method returns the value of the database column sj_rcssj.ID
  60. *
  61. * @return the value of sj_rcssj.ID
  62. *
  63. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  64. */
  65. private String lqmc;
  66. private String zsmc;
  67. private Integer zsid;
  68. private Integer mcid;
  69. private String rlts;
  70. private BigDecimal tsum;
  71. private String y2rzcsl;
  72. private String y1rzcsl;
  73. private BigDecimal yrzcsl;
  74. public BigDecimal getYrzcsl() {
  75. return yrzcsl;
  76. }
  77. public void setYrzcsl(BigDecimal yrzcsl) {
  78. this.yrzcsl = yrzcsl;
  79. }
  80. public String getY1rzcsl() {
  81. return y1rzcsl;
  82. }
  83. public void setY1rzcsl(String y1rzcsl) {
  84. this.y1rzcsl = y1rzcsl;
  85. }
  86. public BigDecimal getTsum() {
  87. return tsum;
  88. }
  89. public void setTsum(BigDecimal tsum) {
  90. this.tsum = tsum;
  91. }
  92. public String getRlts() {
  93. return rlts;
  94. }
  95. public void setRlts(String rlts) {
  96. this.rlts = rlts;
  97. }
  98. public Integer getMcid() {
  99. return mcid;
  100. }
  101. public void setMcid(Integer mcid) {
  102. this.mcid = mcid;
  103. }
  104. public Integer getZsid() {
  105. return zsid;
  106. }
  107. public void setZsid(Integer zsid) {
  108. this.zsid = zsid;
  109. }
  110. public String getY2rzcsl() {
  111. return y2rzcsl;
  112. }
  113. public void setY2rzcsl(String y2rzcsl) {
  114. this.y2rzcsl = y2rzcsl;
  115. }
  116. public BigDecimal getYcsq2csl() {
  117. return ycsq2csl;
  118. }
  119. public void setYcsq2csl(BigDecimal ycsq2csl) {
  120. this.ycsq2csl = ycsq2csl;
  121. }
  122. private BigDecimal ycsq2csl;
  123. public String getLqmc() {
  124. return lqmc;
  125. }
  126. public void setLqmc(String lqmc) {
  127. this.lqmc = lqmc;
  128. }
  129. public String getZsmc() {
  130. return zsmc;
  131. }
  132. public void setZsmc(String zsmc) {
  133. this.zsmc = zsmc;
  134. }
  135. public Integer getId() {
  136. return id;
  137. }
  138. /**
  139. * This method was generated by Apache iBATIS ibator.
  140. * This method sets the value of the database column sj_rcssj.ID
  141. *
  142. * @param id the value for sj_rcssj.ID
  143. *
  144. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  145. */
  146. public void setId(Integer id) {
  147. this.id = id;
  148. }
  149. /**
  150. * This method was generated by Apache iBATIS ibator.
  151. * This method returns the value of the database column sj_rcssj.LQID
  152. *
  153. * @return the value of sj_rcssj.LQID
  154. *
  155. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  156. */
  157. public Integer getLqid() {
  158. return lqid;
  159. }
  160. /**
  161. * This method was generated by Apache iBATIS ibator.
  162. * This method sets the value of the database column sj_rcssj.LQID
  163. *
  164. * @param lqid the value for sj_rcssj.LQID
  165. *
  166. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  167. */
  168. public void setLqid(Integer lqid) {
  169. this.lqid = lqid;
  170. }
  171. /**
  172. * This method was generated by Apache iBATIS ibator.
  173. * This method returns the value of the database column sj_rcssj.RZCSL
  174. *
  175. * @return the value of sj_rcssj.RZCSL
  176. *
  177. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  178. */
  179. public BigDecimal getRzcsl() {
  180. return rzcsl;
  181. }
  182. /**
  183. * This method was generated by Apache iBATIS ibator.
  184. * This method sets the value of the database column sj_rcssj.RZCSL
  185. *
  186. * @param rzcsl the value for sj_rcssj.RZCSL
  187. *
  188. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  189. */
  190. public void setRzcsl(BigDecimal rzcsl) {
  191. this.rzcsl = rzcsl;
  192. }
  193. /**
  194. * This method was generated by Apache iBATIS ibator.
  195. * This method returns the value of the database column sj_rcssj.CSQ1CSL
  196. *
  197. * @return the value of sj_rcssj.CSQ1CSL
  198. *
  199. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  200. */
  201. public BigDecimal getCsq1csl() {
  202. return csq1csl;
  203. }
  204. /**
  205. * This method was generated by Apache iBATIS ibator.
  206. * This method sets the value of the database column sj_rcssj.CSQ1CSL
  207. *
  208. * @param csq1csl the value for sj_rcssj.CSQ1CSL
  209. *
  210. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  211. */
  212. public void setCsq1csl(BigDecimal csq1csl) {
  213. this.csq1csl = csq1csl;
  214. }
  215. /**
  216. * This method was generated by Apache iBATIS ibator.
  217. * This method returns the value of the database column sj_rcssj.CSQ2CSL
  218. *
  219. * @return the value of sj_rcssj.CSQ2CSL
  220. *
  221. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  222. */
  223. public BigDecimal getCsq2csl() {
  224. return csq2csl;
  225. }
  226. /**
  227. * This method was generated by Apache iBATIS ibator.
  228. * This method sets the value of the database column sj_rcssj.CSQ2CSL
  229. *
  230. * @param csq2csl the value for sj_rcssj.CSQ2CSL
  231. *
  232. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  233. */
  234. public void setCsq2csl(BigDecimal csq2csl) {
  235. this.csq2csl = csq2csl;
  236. }
  237. /**
  238. * This method was generated by Apache iBATIS ibator.
  239. * This method returns the value of the database column sj_rcssj.GLQCSL
  240. *
  241. * @return the value of sj_rcssj.GLQCSL
  242. *
  243. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  244. */
  245. public BigDecimal getGlqcsl() {
  246. return glqcsl;
  247. }
  248. /**
  249. * This method was generated by Apache iBATIS ibator.
  250. * This method sets the value of the database column sj_rcssj.GLQCSL
  251. *
  252. * @param glqcsl the value for sj_rcssj.GLQCSL
  253. *
  254. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  255. */
  256. public void setGlqcsl(BigDecimal glqcsl) {
  257. this.glqcsl = glqcsl;
  258. }
  259. /**
  260. * This method was generated by Apache iBATIS ibator.
  261. * This method returns the value of the database column sj_rcssj.TJSJ
  262. *
  263. * @return the value of sj_rcssj.TJSJ
  264. *
  265. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  266. */
  267. public Date getTjsj() {
  268. return tjsj;
  269. }
  270. /**
  271. * This method was generated by Apache iBATIS ibator.
  272. * This method sets the value of the database column sj_rcssj.TJSJ
  273. *
  274. * @param tjsj the value for sj_rcssj.TJSJ
  275. *
  276. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  277. */
  278. public void setTjsj(Date tjsj) {
  279. this.tjsj = tjsj;
  280. }
  281. private String tjsjString;
  282. private DaLqdaDTO daLqdaDTO;
  283. public DaLqdaDTO getDaLqdaDTO() {
  284. return daLqdaDTO;
  285. }
  286. public void setDaLqdaDTO(DaLqdaDTO daLqdaDTO) {
  287. this.daLqdaDTO = daLqdaDTO;
  288. }
  289. public String getTjsjString() {
  290. return tjsjString;
  291. }
  292. public void setTjsjString(String tjsjString) {
  293. this.tjsjString = tjsjString;
  294. }
  295. }