package com.huimv.da.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; public class DaMydj extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mydj.ID * * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mydj.LQID * * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015 */ private Integer lqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mydj.DWEB * * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015 */ private String dweb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mydj.MYSJ * * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015 */ private Date mysj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mydj.YMZL * * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015 */ private String ymzl; private String ymzlmc; // 疫苗种类名称 /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mydj.ID * * @return the value of da_mydj.ID * * @ibatorgenerated Fri Dec 04 12:40:36 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_mydj.ID * * @param id the value for da_mydj.ID * * @ibatorgenerated Fri Dec 04 12:40:36 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_mydj.LQID * * @return the value of da_mydj.LQID * * @ibatorgenerated Fri Dec 04 12:40:36 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_mydj.LQID * * @param lqid the value for da_mydj.LQID * * @ibatorgenerated Fri Dec 04 12:40:36 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_mydj.DWEB * * @return the value of da_mydj.DWEB * * @ibatorgenerated Fri Dec 04 12:40:36 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_mydj.DWEB * * @param dweb the value for da_mydj.DWEB * * @ibatorgenerated Fri Dec 04 12:40:36 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_mydj.MYSJ * * @return the value of da_mydj.MYSJ * * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015 */ public Date getMysj() { return mysj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mydj.MYSJ * * @param mysj the value for da_mydj.MYSJ * * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015 */ public void setMysj(Date mysj) { this.mysj = mysj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mydj.YMZL * * @return the value of da_mydj.YMZL * * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015 */ public String getYmzl() { return ymzl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mydj.YMZL * * @param ymzl the value for da_mydj.YMZL * * @ibatorgenerated Fri Dec 04 12:40:36 CST 2015 */ public void setYmzl(String ymzl) { this.ymzl = ymzl == null ? null : ymzl.trim(); } public String getYmzlmc() { return ymzlmc; } public void setYmzlmc(String ymzlmc) { this.ymzlmc = ymzlmc; } }