package com.huimv.ws.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.math.BigDecimal; import java.util.Date; public class SjWsbod extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_ws_bod.ID * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_ws_bod.LQID * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ private Integer lqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_ws_bod.CGQID * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ private String cgqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_ws_bod.DQBOD * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ private BigDecimal dqbod; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_ws_bod.CJSJ * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ private Date cjsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_ws_bod.SCSJ * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ private Date scsj; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_ws_bod.ID * * @return the value of sj_ws_bod.ID * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_ws_bod.ID * * @param id the value for sj_ws_bod.ID * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ 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 sj_ws_bod.LQID * * @return the value of sj_ws_bod.LQID * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ public Integer getLqid() { return lqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_ws_bod.LQID * * @param lqid the value for sj_ws_bod.LQID * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ public void setLqid(Integer lqid) { this.lqid = lqid; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_ws_bod.CGQID * * @return the value of sj_ws_bod.CGQID * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ public String getCgqid() { return cgqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_ws_bod.CGQID * * @param cgqid the value for sj_ws_bod.CGQID * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ public void setCgqid(String cgqid) { this.cgqid = cgqid == null ? null : cgqid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_ws_bod.DQBOD * * @return the value of sj_ws_bod.DQBOD * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ public BigDecimal getDqbod() { return dqbod; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_ws_bod.DQBOD * * @param dqbod the value for sj_ws_bod.DQBOD * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ public void setDqbod(BigDecimal dqbod) { this.dqbod = dqbod; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_ws_bod.CJSJ * * @return the value of sj_ws_bod.CJSJ * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ public Date getCjsj() { return cjsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_ws_bod.CJSJ * * @param cjsj the value for sj_ws_bod.CJSJ * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ public void setCjsj(Date cjsj) { this.cjsj = cjsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_ws_bod.SCSJ * * @return the value of sj_ws_bod.SCSJ * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ public Date getScsj() { return scsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_ws_bod.SCSJ * * @param scsj the value for sj_ws_bod.SCSJ * * @ibatorgenerated Fri Apr 27 09:28:15 CST 2018 */ public void setScsj(Date scsj) { this.scsj = scsj; } private BigDecimal maxbod; private BigDecimal minbod; private BigDecimal avgbod; public BigDecimal getMaxbod() { return maxbod; } public void setMaxbod(BigDecimal maxbod) { this.maxbod = maxbod; } public BigDecimal getMinbod() { return minbod; } public void setMinbod(BigDecimal minbod) { this.minbod = minbod; } public BigDecimal getAvgbod() { return avgbod; } public void setAvgbod(BigDecimal avgbod) { this.avgbod = avgbod; } }