TempZslist.java 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. package com.huimv.temp.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.math.BigDecimal;
  4. public class TempZslist extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column temp_zslist.ID
  8. *
  9. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column temp_zslist.MCID
  15. *
  16. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  17. */
  18. private Integer mcid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column temp_zslist.ZSID
  22. *
  23. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  24. */
  25. private Integer zsid;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column temp_zslist.DQWD
  29. *
  30. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  31. */
  32. private BigDecimal dqwd;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column temp_zslist.DQDN
  36. *
  37. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  38. */
  39. private BigDecimal dqdn;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column temp_zslist.DQSD
  43. *
  44. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  45. */
  46. private BigDecimal dqsd;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column temp_zslist.DQAQ
  50. *
  51. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  52. */
  53. private BigDecimal dqaq;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column temp_zslist.WL
  57. *
  58. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  59. */
  60. private Integer wl;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column temp_zslist.HKBJ
  64. *
  65. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  66. */
  67. private String hkbj;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column temp_zslist.HKBJS
  71. *
  72. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  73. */
  74. private Integer hkbjs;
  75. /**
  76. * This method was generated by Apache iBATIS ibator.
  77. * This method returns the value of the database column temp_zslist.ID
  78. *
  79. * @return the value of temp_zslist.ID
  80. *
  81. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  82. */
  83. public Integer getId() {
  84. return id;
  85. }
  86. /**
  87. * This method was generated by Apache iBATIS ibator.
  88. * This method sets the value of the database column temp_zslist.ID
  89. *
  90. * @param id the value for temp_zslist.ID
  91. *
  92. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  93. */
  94. public void setId(Integer id) {
  95. this.id = id;
  96. }
  97. /**
  98. * This method was generated by Apache iBATIS ibator.
  99. * This method returns the value of the database column temp_zslist.MCID
  100. *
  101. * @return the value of temp_zslist.MCID
  102. *
  103. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  104. */
  105. public Integer getMcid() {
  106. return mcid;
  107. }
  108. /**
  109. * This method was generated by Apache iBATIS ibator.
  110. * This method sets the value of the database column temp_zslist.MCID
  111. *
  112. * @param mcid the value for temp_zslist.MCID
  113. *
  114. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  115. */
  116. public void setMcid(Integer mcid) {
  117. this.mcid = mcid;
  118. }
  119. /**
  120. * This method was generated by Apache iBATIS ibator.
  121. * This method returns the value of the database column temp_zslist.ZSID
  122. *
  123. * @return the value of temp_zslist.ZSID
  124. *
  125. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  126. */
  127. public Integer getZsid() {
  128. return zsid;
  129. }
  130. /**
  131. * This method was generated by Apache iBATIS ibator.
  132. * This method sets the value of the database column temp_zslist.ZSID
  133. *
  134. * @param zsid the value for temp_zslist.ZSID
  135. *
  136. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  137. */
  138. public void setZsid(Integer zsid) {
  139. this.zsid = zsid;
  140. }
  141. /**
  142. * This method was generated by Apache iBATIS ibator.
  143. * This method returns the value of the database column temp_zslist.DQWD
  144. *
  145. * @return the value of temp_zslist.DQWD
  146. *
  147. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  148. */
  149. public BigDecimal getDqwd() {
  150. return dqwd;
  151. }
  152. /**
  153. * This method was generated by Apache iBATIS ibator.
  154. * This method sets the value of the database column temp_zslist.DQWD
  155. *
  156. * @param dqwd the value for temp_zslist.DQWD
  157. *
  158. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  159. */
  160. public void setDqwd(BigDecimal dqwd) {
  161. this.dqwd = dqwd;
  162. }
  163. /**
  164. * This method was generated by Apache iBATIS ibator.
  165. * This method returns the value of the database column temp_zslist.DQDN
  166. *
  167. * @return the value of temp_zslist.DQDN
  168. *
  169. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  170. */
  171. public BigDecimal getDqdn() {
  172. return dqdn;
  173. }
  174. /**
  175. * This method was generated by Apache iBATIS ibator.
  176. * This method sets the value of the database column temp_zslist.DQDN
  177. *
  178. * @param dqdn the value for temp_zslist.DQDN
  179. *
  180. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  181. */
  182. public void setDqdn(BigDecimal dqdn) {
  183. this.dqdn = dqdn;
  184. }
  185. /**
  186. * This method was generated by Apache iBATIS ibator.
  187. * This method returns the value of the database column temp_zslist.DQSD
  188. *
  189. * @return the value of temp_zslist.DQSD
  190. *
  191. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  192. */
  193. public BigDecimal getDqsd() {
  194. return dqsd;
  195. }
  196. /**
  197. * This method was generated by Apache iBATIS ibator.
  198. * This method sets the value of the database column temp_zslist.DQSD
  199. *
  200. * @param dqsd the value for temp_zslist.DQSD
  201. *
  202. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  203. */
  204. public void setDqsd(BigDecimal dqsd) {
  205. this.dqsd = dqsd;
  206. }
  207. /**
  208. * This method was generated by Apache iBATIS ibator.
  209. * This method returns the value of the database column temp_zslist.DQAQ
  210. *
  211. * @return the value of temp_zslist.DQAQ
  212. *
  213. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  214. */
  215. public BigDecimal getDqaq() {
  216. return dqaq;
  217. }
  218. /**
  219. * This method was generated by Apache iBATIS ibator.
  220. * This method sets the value of the database column temp_zslist.DQAQ
  221. *
  222. * @param dqaq the value for temp_zslist.DQAQ
  223. *
  224. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  225. */
  226. public void setDqaq(BigDecimal dqaq) {
  227. this.dqaq = dqaq;
  228. }
  229. /**
  230. * This method was generated by Apache iBATIS ibator.
  231. * This method returns the value of the database column temp_zslist.WL
  232. *
  233. * @return the value of temp_zslist.WL
  234. *
  235. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  236. */
  237. public Integer getWl() {
  238. return wl;
  239. }
  240. /**
  241. * This method was generated by Apache iBATIS ibator.
  242. * This method sets the value of the database column temp_zslist.WL
  243. *
  244. * @param wl the value for temp_zslist.WL
  245. *
  246. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  247. */
  248. public void setWl(Integer wl) {
  249. this.wl = wl;
  250. }
  251. /**
  252. * This method was generated by Apache iBATIS ibator.
  253. * This method returns the value of the database column temp_zslist.HKBJ
  254. *
  255. * @return the value of temp_zslist.HKBJ
  256. *
  257. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  258. */
  259. public String getHkbj() {
  260. return hkbj;
  261. }
  262. /**
  263. * This method was generated by Apache iBATIS ibator.
  264. * This method sets the value of the database column temp_zslist.HKBJ
  265. *
  266. * @param hkbj the value for temp_zslist.HKBJ
  267. *
  268. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  269. */
  270. public void setHkbj(String hkbj) {
  271. this.hkbj = hkbj == null ? null : hkbj.trim();
  272. }
  273. /**
  274. * This method was generated by Apache iBATIS ibator.
  275. * This method returns the value of the database column temp_zslist.HKBJS
  276. *
  277. * @return the value of temp_zslist.HKBJS
  278. *
  279. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  280. */
  281. public Integer getHkbjs() {
  282. return hkbjs;
  283. }
  284. /**
  285. * This method was generated by Apache iBATIS ibator.
  286. * This method sets the value of the database column temp_zslist.HKBJS
  287. *
  288. * @param hkbjs the value for temp_zslist.HKBJS
  289. *
  290. * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
  291. */
  292. public void setHkbjs(Integer hkbjs) {
  293. this.hkbjs = hkbjs;
  294. }
  295. }