123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326 |
- package com.huimv.temp.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.math.BigDecimal;
- public class TempZslist extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_zslist.ID
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_zslist.MCID
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- private Integer mcid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_zslist.ZSID
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- private Integer zsid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_zslist.DQWD
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- private BigDecimal dqwd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_zslist.DQDN
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- private BigDecimal dqdn;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_zslist.DQSD
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- private BigDecimal dqsd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_zslist.DQAQ
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- private BigDecimal dqaq;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_zslist.WL
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- private Integer wl;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_zslist.HKBJ
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- private String hkbj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column temp_zslist.HKBJS
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- private Integer hkbjs;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_zslist.ID
- *
- * @return the value of temp_zslist.ID
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_zslist.ID
- *
- * @param id the value for temp_zslist.ID
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public void setId(Integer id) {
- this.id = id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_zslist.MCID
- *
- * @return the value of temp_zslist.MCID
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public Integer getMcid() {
- return mcid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_zslist.MCID
- *
- * @param mcid the value for temp_zslist.MCID
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public void setMcid(Integer mcid) {
- this.mcid = mcid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_zslist.ZSID
- *
- * @return the value of temp_zslist.ZSID
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public Integer getZsid() {
- return zsid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_zslist.ZSID
- *
- * @param zsid the value for temp_zslist.ZSID
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public void setZsid(Integer zsid) {
- this.zsid = zsid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_zslist.DQWD
- *
- * @return the value of temp_zslist.DQWD
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public BigDecimal getDqwd() {
- return dqwd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_zslist.DQWD
- *
- * @param dqwd the value for temp_zslist.DQWD
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public void setDqwd(BigDecimal dqwd) {
- this.dqwd = dqwd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_zslist.DQDN
- *
- * @return the value of temp_zslist.DQDN
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public BigDecimal getDqdn() {
- return dqdn;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_zslist.DQDN
- *
- * @param dqdn the value for temp_zslist.DQDN
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public void setDqdn(BigDecimal dqdn) {
- this.dqdn = dqdn;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_zslist.DQSD
- *
- * @return the value of temp_zslist.DQSD
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public BigDecimal getDqsd() {
- return dqsd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_zslist.DQSD
- *
- * @param dqsd the value for temp_zslist.DQSD
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public void setDqsd(BigDecimal dqsd) {
- this.dqsd = dqsd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_zslist.DQAQ
- *
- * @return the value of temp_zslist.DQAQ
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public BigDecimal getDqaq() {
- return dqaq;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_zslist.DQAQ
- *
- * @param dqaq the value for temp_zslist.DQAQ
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public void setDqaq(BigDecimal dqaq) {
- this.dqaq = dqaq;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_zslist.WL
- *
- * @return the value of temp_zslist.WL
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public Integer getWl() {
- return wl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_zslist.WL
- *
- * @param wl the value for temp_zslist.WL
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public void setWl(Integer wl) {
- this.wl = wl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_zslist.HKBJ
- *
- * @return the value of temp_zslist.HKBJ
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public String getHkbj() {
- return hkbj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_zslist.HKBJ
- *
- * @param hkbj the value for temp_zslist.HKBJ
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public void setHkbj(String hkbj) {
- this.hkbj = hkbj == null ? null : hkbj.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column temp_zslist.HKBJS
- *
- * @return the value of temp_zslist.HKBJS
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public Integer getHkbjs() {
- return hkbjs;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column temp_zslist.HKBJS
- *
- * @param hkbjs the value for temp_zslist.HKBJS
- *
- * @ibatorgenerated Thu Nov 10 13:47:08 CST 2016
- */
- public void setHkbjs(Integer hkbjs) {
- this.hkbjs = hkbjs;
- }
- }
|