package com.huimv.wscl.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; public class WsclBjsz extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_bjsz.ID * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_bjsz.SBID * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ private Integer sbid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_bjsz.MCID * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ private Integer mcid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_bjsz.KG * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ private String kg; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_bjsz.BJXID * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ private String bjxid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_bjsz.BJXW * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ private String bjxw; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_bjsz.SJHM * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ private String sjhm; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_bjsz.BZ * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ private String bz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_bjsz.XGR * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ private String xgr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_bjsz.XGSJ * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ private Date xgsj; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_bjsz.ID * * @return the value of wscl_bjsz.ID * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_bjsz.ID * * @param id the value for wscl_bjsz.ID * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ 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 wscl_bjsz.SBID * * @return the value of wscl_bjsz.SBID * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public Integer getSbid() { return sbid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_bjsz.SBID * * @param sbid the value for wscl_bjsz.SBID * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public void setSbid(Integer sbid) { this.sbid = sbid; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_bjsz.MCID * * @return the value of wscl_bjsz.MCID * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public Integer getMcid() { return mcid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_bjsz.MCID * * @param mcid the value for wscl_bjsz.MCID * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ 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 wscl_bjsz.KG * * @return the value of wscl_bjsz.KG * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public String getKg() { return kg; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_bjsz.KG * * @param kg the value for wscl_bjsz.KG * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public void setKg(String kg) { this.kg = kg == null ? null : kg.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_bjsz.BJXID * * @return the value of wscl_bjsz.BJXID * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public String getBjxid() { return bjxid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_bjsz.BJXID * * @param bjxid the value for wscl_bjsz.BJXID * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public void setBjxid(String bjxid) { this.bjxid = bjxid == null ? null : bjxid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_bjsz.BJXW * * @return the value of wscl_bjsz.BJXW * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public String getBjxw() { return bjxw; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_bjsz.BJXW * * @param bjxw the value for wscl_bjsz.BJXW * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public void setBjxw(String bjxw) { this.bjxw = bjxw == null ? null : bjxw.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_bjsz.SJHM * * @return the value of wscl_bjsz.SJHM * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public String getSjhm() { return sjhm; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_bjsz.SJHM * * @param sjhm the value for wscl_bjsz.SJHM * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public void setSjhm(String sjhm) { this.sjhm = sjhm == null ? null : sjhm.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_bjsz.BZ * * @return the value of wscl_bjsz.BZ * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public String getBz() { return bz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_bjsz.BZ * * @param bz the value for wscl_bjsz.BZ * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public void setBz(String bz) { this.bz = bz == null ? null : bz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_bjsz.XGR * * @return the value of wscl_bjsz.XGR * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public String getXgr() { return xgr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_bjsz.XGR * * @param xgr the value for wscl_bjsz.XGR * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public void setXgr(String xgr) { this.xgr = xgr == null ? null : xgr.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_bjsz.XGSJ * * @return the value of wscl_bjsz.XGSJ * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public Date getXgsj() { return xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_bjsz.XGSJ * * @param xgsj the value for wscl_bjsz.XGSJ * * @ibatorgenerated Tue Jul 16 14:45:20 CST 2019 */ public void setXgsj(Date xgsj) { this.xgsj = xgsj; } }