package com.huimv.da.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.math.BigDecimal; import java.util.Date; public class DaJbdj extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_jbdj.ID * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_jbdj.LQID * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ private Integer lqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_jbdj.DWEB * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ private String dweb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_jbdj.DQTW * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ private BigDecimal dqtw; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_jbdj.QZSJ * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ private Date qzsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_jbdj.JBZL * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ private String jbzl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_jbdj.YPZL * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ private String ypzl; private String jbzlmc; // 疾病种类名称 private String ypzlmc; // 药品种类名称 /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_jbdj.ID * * @return the value of da_jbdj.ID * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_jbdj.ID * * @param id the value for da_jbdj.ID * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ 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 da_jbdj.LQID * * @return the value of da_jbdj.LQID * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ public Integer getLqid() { return lqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_jbdj.LQID * * @param lqid the value for da_jbdj.LQID * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ 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 da_jbdj.DWEB * * @return the value of da_jbdj.DWEB * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ public String getDweb() { return dweb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_jbdj.DWEB * * @param dweb the value for da_jbdj.DWEB * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ public void setDweb(String dweb) { this.dweb = dweb == null ? null : dweb.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_jbdj.DQTW * * @return the value of da_jbdj.DQTW * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ public BigDecimal getDqtw() { return dqtw; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_jbdj.DQTW * * @param dqtw the value for da_jbdj.DQTW * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ public void setDqtw(BigDecimal dqtw) { this.dqtw = dqtw; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_jbdj.QZSJ * * @return the value of da_jbdj.QZSJ * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ public Date getQzsj() { return qzsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_jbdj.QZSJ * * @param qzsj the value for da_jbdj.QZSJ * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ public void setQzsj(Date qzsj) { this.qzsj = qzsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_jbdj.JBZL * * @return the value of da_jbdj.JBZL * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ public String getJbzl() { return jbzl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_jbdj.JBZL * * @param jbzl the value for da_jbdj.JBZL * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ public void setJbzl(String jbzl) { this.jbzl = jbzl == null ? null : jbzl.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_jbdj.YPZL * * @return the value of da_jbdj.YPZL * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ public String getYpzl() { return ypzl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_jbdj.YPZL * * @param ypzl the value for da_jbdj.YPZL * * @ibatorgenerated Sat Dec 05 10:27:39 CST 2015 */ public void setYpzl(String ypzl) { this.ypzl = ypzl == null ? null : ypzl.trim(); } public String getJbzlmc() { return jbzlmc; } public void setJbzlmc(String jbzlmc) { this.jbzlmc = jbzlmc; } public String getYpzlmc() { return ypzlmc; } public void setYpzlmc(String ypzlmc) { this.ypzlmc = ypzlmc; } }