package com.huimv.xt.dataobject; import java.util.Date; public class XtLxyckz extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_lxyckz.ID * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_lxyckz.JQID * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ private String jqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_lxyckz.SBXH * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ private String sbxh; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_lxyckz.KZNR * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ private String kznr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_lxyckz.XGSJ * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ private Date xgsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_lxyckz.SFXF * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ private String sfxf; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_lxyckz.ID * * @return the value of xt_lxyckz.ID * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_lxyckz.ID * * @param id the value for xt_lxyckz.ID * * @ibatorgenerated Tue Apr 21 17:42:58 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 xt_lxyckz.JQID * * @return the value of xt_lxyckz.JQID * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ public String getJqid() { return jqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_lxyckz.JQID * * @param jqid the value for xt_lxyckz.JQID * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ public void setJqid(String jqid) { this.jqid = jqid == null ? null : jqid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_lxyckz.SBXH * * @return the value of xt_lxyckz.SBXH * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ public String getSbxh() { return sbxh; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_lxyckz.SBXH * * @param sbxh the value for xt_lxyckz.SBXH * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ public void setSbxh(String sbxh) { this.sbxh = sbxh == null ? null : sbxh.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_lxyckz.KZNR * * @return the value of xt_lxyckz.KZNR * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ public String getKznr() { return kznr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_lxyckz.KZNR * * @param kznr the value for xt_lxyckz.KZNR * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ public void setKznr(String kznr) { this.kznr = kznr == null ? null : kznr.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_lxyckz.XGSJ * * @return the value of xt_lxyckz.XGSJ * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ public Date getXgsj() { return xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_lxyckz.XGSJ * * @param xgsj the value for xt_lxyckz.XGSJ * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ public void setXgsj(Date xgsj) { this.xgsj = xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_lxyckz.SFXF * * @return the value of xt_lxyckz.SFXF * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ public String getSfxf() { return sfxf; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_lxyckz.SFXF * * @param sfxf the value for xt_lxyckz.SFXF * * @ibatorgenerated Tue Apr 21 17:42:58 CST 2020 */ public void setSfxf(String sfxf) { this.sfxf = sfxf == null ? null : sfxf.trim(); } }