123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- package com.huimv.da.dataobject;
- import java.util.Date;
- import java.util.List;
- import com.huimv.xt.dataobject.BaseDO;
- public class DaQyda extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_qyda.ID
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_qyda.ZSID
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- private Integer zsid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_qyda.MCID
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- private Integer mcid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_qyda.QYMC
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- private String qymc;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_qyda.ZFBZ
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- private Integer zfbz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_qyda.XGSJ
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- private Date xgsj;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_qyda.ID
- *
- * @return the value of da_qyda.ID
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_qyda.ID
- *
- * @param id the value for da_qyda.ID
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 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 da_qyda.ZSID
- *
- * @return the value of da_qyda.ZSID
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- public Integer getZsid() {
- return zsid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_qyda.ZSID
- *
- * @param zsid the value for da_qyda.ZSID
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- public void setZsid(Integer zsid) {
- this.zsid = zsid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_qyda.MCID
- *
- * @return the value of da_qyda.MCID
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- public Integer getMcid() {
- return mcid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_qyda.MCID
- *
- * @param mcid the value for da_qyda.MCID
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- public void setMcid(Integer mcid) {
- this.mcid = mcid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_qyda.QYMC
- *
- * @return the value of da_qyda.QYMC
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- public String getQymc() {
- return qymc;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_qyda.QYMC
- *
- * @param qymc the value for da_qyda.QYMC
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- public void setQymc(String qymc) {
- this.qymc = qymc == null ? null : qymc.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_qyda.ZFBZ
- *
- * @return the value of da_qyda.ZFBZ
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- public Integer getZfbz() {
- return zfbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_qyda.ZFBZ
- *
- * @param zfbz the value for da_qyda.ZFBZ
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- public void setZfbz(Integer zfbz) {
- this.zfbz = zfbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_qyda.XGSJ
- *
- * @return the value of da_qyda.XGSJ
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- public Date getXgsj() {
- return xgsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_qyda.XGSJ
- *
- * @param xgsj the value for da_qyda.XGSJ
- *
- * @ibatorgenerated Thu Sep 21 17:34:10 CST 2017
- */
- public void setXgsj(Date xgsj) {
- this.xgsj = xgsj;
- }
-
- private String first;
-
- private List<DaZsda> zsdaList;
-
-
- public List<DaZsda> getZsdaList() {
- return zsdaList;
- }
-
- public void setZsdaList(List<DaZsda> zsdaList) {
- this.zsdaList = zsdaList;
- }
- public String getFirst() {
- return first;
- }
- public void setFirst(String first) {
- this.first = first;
- }
- }
|