package com.huimv.log.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; public class LogSbyxzt extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column log_sbyxzt.ID * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column log_sbyxzt.SBSL * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ private Integer sbsl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column log_sbyxzt.SBNR * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ private String sbnr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column log_sbyxzt.JQID * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ private String jqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column log_sbyxzt.SCSJ * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ private Date scsj; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column log_sbyxzt.ID * * @return the value of log_sbyxzt.ID * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column log_sbyxzt.ID * * @param id the value for log_sbyxzt.ID * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ 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 log_sbyxzt.SBSL * * @return the value of log_sbyxzt.SBSL * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ public Integer getSbsl() { return sbsl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column log_sbyxzt.SBSL * * @param sbsl the value for log_sbyxzt.SBSL * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ public void setSbsl(Integer sbsl) { this.sbsl = sbsl; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column log_sbyxzt.SBNR * * @return the value of log_sbyxzt.SBNR * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ public String getSbnr() { return sbnr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column log_sbyxzt.SBNR * * @param sbnr the value for log_sbyxzt.SBNR * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ public void setSbnr(String sbnr) { this.sbnr = sbnr == null ? null : sbnr.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column log_sbyxzt.JQID * * @return the value of log_sbyxzt.JQID * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ public String getJqid() { return jqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column log_sbyxzt.JQID * * @param jqid the value for log_sbyxzt.JQID * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ 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 log_sbyxzt.SCSJ * * @return the value of log_sbyxzt.SCSJ * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ public Date getScsj() { return scsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column log_sbyxzt.SCSJ * * @param scsj the value for log_sbyxzt.SCSJ * * @ibatorgenerated Sat Oct 28 14:58:33 CST 2017 */ public void setScsj(Date scsj) { this.scsj = scsj; } }