SjPjtz.java 6.9 KB

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