package com.huimv.zneb.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; public class ZnebEbsj extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebsj.ID * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebsj.EBDAID * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ private Integer ebdaid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebsj.JKZK * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ private String jkzk; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebsj.TW * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ private String tw; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebsj.SW * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ private String sw; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebsj.JLSJ * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ private Date jlsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebsj.SFFQ * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ private String sffq; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebsj.SFFM * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ private String sffm; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebsj.JLR * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ private String jlr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebsj.SCSJ * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ private Date scsj; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebsj.ID * * @return the value of zneb_ebsj.ID * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebsj.ID * * @param id the value for zneb_ebsj.ID * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ 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 zneb_ebsj.EBDAID * * @return the value of zneb_ebsj.EBDAID * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public Integer getEbdaid() { return ebdaid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebsj.EBDAID * * @param ebdaid the value for zneb_ebsj.EBDAID * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public void setEbdaid(Integer ebdaid) { this.ebdaid = ebdaid; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebsj.JKZK * * @return the value of zneb_ebsj.JKZK * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public String getJkzk() { return jkzk; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebsj.JKZK * * @param jkzk the value for zneb_ebsj.JKZK * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public void setJkzk(String jkzk) { this.jkzk = jkzk == null ? null : jkzk.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebsj.TW * * @return the value of zneb_ebsj.TW * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public String getTw() { return tw; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebsj.TW * * @param tw the value for zneb_ebsj.TW * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public void setTw(String tw) { this.tw = tw == null ? null : tw.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebsj.SW * * @return the value of zneb_ebsj.SW * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public String getSw() { return sw; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebsj.SW * * @param sw the value for zneb_ebsj.SW * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public void setSw(String sw) { this.sw = sw == null ? null : sw.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebsj.JLSJ * * @return the value of zneb_ebsj.JLSJ * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public Date getJlsj() { return jlsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebsj.JLSJ * * @param jlsj the value for zneb_ebsj.JLSJ * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public void setJlsj(Date jlsj) { this.jlsj = jlsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebsj.SFFQ * * @return the value of zneb_ebsj.SFFQ * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public String getSffq() { return sffq; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebsj.SFFQ * * @param sffq the value for zneb_ebsj.SFFQ * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public void setSffq(String sffq) { this.sffq = sffq == null ? null : sffq.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebsj.SFFM * * @return the value of zneb_ebsj.SFFM * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public String getSffm() { return sffm; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebsj.SFFM * * @param sffm the value for zneb_ebsj.SFFM * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public void setSffm(String sffm) { this.sffm = sffm == null ? null : sffm.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebsj.JLR * * @return the value of zneb_ebsj.JLR * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public String getJlr() { return jlr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebsj.JLR * * @param jlr the value for zneb_ebsj.JLR * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public void setJlr(String jlr) { this.jlr = jlr == null ? null : jlr.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebsj.SCSJ * * @return the value of zneb_ebsj.SCSJ * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public Date getScsj() { return scsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebsj.SCSJ * * @param scsj the value for zneb_ebsj.SCSJ * * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020 */ public void setScsj(Date scsj) { this.scsj = scsj; } private String jlsjStr; private String macwd; public String getMacwd() { return macwd; } public void setMacwd(String macwd) { this.macwd = macwd; } public String getJlsjStr() { return jlsjStr; } public void setJlsjStr(String jlsjStr) { this.jlsjStr = jlsjStr; } }