SjXscscs.java 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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 SjXscscs extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column sj_xscscs.ID
  9. *
  10. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  11. */
  12. private Integer id;
  13. /**
  14. * This field was generated by Apache iBATIS ibator.
  15. * This field corresponds to the database column sj_xscscs.LQID
  16. *
  17. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  18. */
  19. private Integer lqid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column sj_xscscs.SJQJ
  23. *
  24. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  25. */
  26. private Integer sjqj;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column sj_xscscs.CSCS
  30. *
  31. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  32. */
  33. private Integer cscs;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column sj_xscscs.CSL
  37. *
  38. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  39. */
  40. private BigDecimal csl;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column sj_xscscs.TJSJ
  44. *
  45. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  46. */
  47. private Date tjsj;
  48. /**
  49. * This method was generated by Apache iBATIS ibator.
  50. * This method returns the value of the database column sj_xscscs.ID
  51. *
  52. * @return the value of sj_xscscs.ID
  53. *
  54. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  55. */
  56. public Integer getId() {
  57. return id;
  58. }
  59. /**
  60. * This method was generated by Apache iBATIS ibator.
  61. * This method sets the value of the database column sj_xscscs.ID
  62. *
  63. * @param id the value for sj_xscscs.ID
  64. *
  65. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  66. */
  67. public void setId(Integer id) {
  68. this.id = id;
  69. }
  70. /**
  71. * This method was generated by Apache iBATIS ibator.
  72. * This method returns the value of the database column sj_xscscs.LQID
  73. *
  74. * @return the value of sj_xscscs.LQID
  75. *
  76. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  77. */
  78. public Integer getLqid() {
  79. return lqid;
  80. }
  81. /**
  82. * This method was generated by Apache iBATIS ibator.
  83. * This method sets the value of the database column sj_xscscs.LQID
  84. *
  85. * @param lqid the value for sj_xscscs.LQID
  86. *
  87. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  88. */
  89. public void setLqid(Integer lqid) {
  90. this.lqid = lqid;
  91. }
  92. /**
  93. * This method was generated by Apache iBATIS ibator.
  94. * This method returns the value of the database column sj_xscscs.SJQJ
  95. *
  96. * @return the value of sj_xscscs.SJQJ
  97. *
  98. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  99. */
  100. public Integer getSjqj() {
  101. return sjqj;
  102. }
  103. /**
  104. * This method was generated by Apache iBATIS ibator.
  105. * This method sets the value of the database column sj_xscscs.SJQJ
  106. *
  107. * @param sjqj the value for sj_xscscs.SJQJ
  108. *
  109. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  110. */
  111. public void setSjqj(Integer sjqj) {
  112. this.sjqj = sjqj;
  113. }
  114. /**
  115. * This method was generated by Apache iBATIS ibator.
  116. * This method returns the value of the database column sj_xscscs.CSCS
  117. *
  118. * @return the value of sj_xscscs.CSCS
  119. *
  120. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  121. */
  122. public Integer getCscs() {
  123. return cscs;
  124. }
  125. /**
  126. * This method was generated by Apache iBATIS ibator.
  127. * This method sets the value of the database column sj_xscscs.CSCS
  128. *
  129. * @param cscs the value for sj_xscscs.CSCS
  130. *
  131. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  132. */
  133. public void setCscs(Integer cscs) {
  134. this.cscs = cscs;
  135. }
  136. /**
  137. * This method was generated by Apache iBATIS ibator.
  138. * This method returns the value of the database column sj_xscscs.CSL
  139. *
  140. * @return the value of sj_xscscs.CSL
  141. *
  142. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  143. */
  144. public BigDecimal getCsl() {
  145. return csl;
  146. }
  147. /**
  148. * This method was generated by Apache iBATIS ibator.
  149. * This method sets the value of the database column sj_xscscs.CSL
  150. *
  151. * @param csl the value for sj_xscscs.CSL
  152. *
  153. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  154. */
  155. public void setCsl(BigDecimal csl) {
  156. this.csl = csl;
  157. }
  158. /**
  159. * This method was generated by Apache iBATIS ibator.
  160. * This method returns the value of the database column sj_xscscs.TJSJ
  161. *
  162. * @return the value of sj_xscscs.TJSJ
  163. *
  164. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  165. */
  166. public Date getTjsj() {
  167. return tjsj;
  168. }
  169. /**
  170. * This method was generated by Apache iBATIS ibator.
  171. * This method sets the value of the database column sj_xscscs.TJSJ
  172. *
  173. * @param tjsj the value for sj_xscscs.TJSJ
  174. *
  175. * @ibatorgenerated Mon Jun 23 20:46:56 CST 2014
  176. */
  177. public void setTjsj(Date tjsj) {
  178. this.tjsj = tjsj;
  179. }
  180. private String tjsjString;
  181. public String getTjsjString() {
  182. return tjsjString;
  183. }
  184. public void setTjsjString(String tjsjString) {
  185. this.tjsjString = tjsjString;
  186. }
  187. }