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; } }