123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- 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;
- }
- }
|