123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486 |
- package com.huimv.zneb.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.util.Date;
- public class ZnebEbda extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.ID
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.DZEB
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private String dzeb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.MAC
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private String mac;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.DBSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private Date dbsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.ZZLX
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private String zzlx;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.ZS
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private String zs;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.LW
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private String lw;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.RL
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private String rl;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.TC
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private String tc;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.DNSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private Date dnsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.SCSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private Date scsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.XGR
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private String xgr;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.XGSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private Date xgsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebda.ZFBZ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- private Integer zfbz;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.ID
- *
- * @return the value of zneb_ebda.ID
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.ID
- *
- * @param id the value for zneb_ebda.ID
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- 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 zneb_ebda.DZEB
- *
- * @return the value of zneb_ebda.DZEB
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public String getDzeb() {
- return dzeb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.DZEB
- *
- * @param dzeb the value for zneb_ebda.DZEB
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setDzeb(String dzeb) {
- this.dzeb = dzeb == null ? null : dzeb.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.MAC
- *
- * @return the value of zneb_ebda.MAC
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public String getMac() {
- return mac;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.MAC
- *
- * @param mac the value for zneb_ebda.MAC
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setMac(String mac) {
- this.mac = mac == null ? null : mac.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.DBSJ
- *
- * @return the value of zneb_ebda.DBSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public Date getDbsj() {
- return dbsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.DBSJ
- *
- * @param dbsj the value for zneb_ebda.DBSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setDbsj(Date dbsj) {
- this.dbsj = dbsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.ZZLX
- *
- * @return the value of zneb_ebda.ZZLX
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public String getZzlx() {
- return zzlx;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.ZZLX
- *
- * @param zzlx the value for zneb_ebda.ZZLX
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setZzlx(String zzlx) {
- this.zzlx = zzlx == null ? null : zzlx.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.ZS
- *
- * @return the value of zneb_ebda.ZS
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public String getZs() {
- return zs;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.ZS
- *
- * @param zs the value for zneb_ebda.ZS
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setZs(String zs) {
- this.zs = zs == null ? null : zs.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.LW
- *
- * @return the value of zneb_ebda.LW
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public String getLw() {
- return lw;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.LW
- *
- * @param lw the value for zneb_ebda.LW
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setLw(String lw) {
- this.lw = lw == null ? null : lw.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.RL
- *
- * @return the value of zneb_ebda.RL
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public String getRl() {
- return rl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.RL
- *
- * @param rl the value for zneb_ebda.RL
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setRl(String rl) {
- this.rl = rl == null ? null : rl.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.TC
- *
- * @return the value of zneb_ebda.TC
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public String getTc() {
- return tc;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.TC
- *
- * @param tc the value for zneb_ebda.TC
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setTc(String tc) {
- this.tc = tc == null ? null : tc.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.DNSJ
- *
- * @return the value of zneb_ebda.DNSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public Date getDnsj() {
- return dnsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.DNSJ
- *
- * @param dnsj the value for zneb_ebda.DNSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setDnsj(Date dnsj) {
- this.dnsj = dnsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.SCSJ
- *
- * @return the value of zneb_ebda.SCSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public Date getScsj() {
- return scsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.SCSJ
- *
- * @param scsj the value for zneb_ebda.SCSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setScsj(Date scsj) {
- this.scsj = scsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.XGR
- *
- * @return the value of zneb_ebda.XGR
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public String getXgr() {
- return xgr;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.XGR
- *
- * @param xgr the value for zneb_ebda.XGR
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setXgr(String xgr) {
- this.xgr = xgr == null ? null : xgr.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.XGSJ
- *
- * @return the value of zneb_ebda.XGSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public Date getXgsj() {
- return xgsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.XGSJ
- *
- * @param xgsj the value for zneb_ebda.XGSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setXgsj(Date xgsj) {
- this.xgsj = xgsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebda.ZFBZ
- *
- * @return the value of zneb_ebda.ZFBZ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public Integer getZfbz() {
- return zfbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebda.ZFBZ
- *
- * @param zfbz the value for zneb_ebda.ZFBZ
- *
- * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020
- */
- public void setZfbz(Integer zfbz) {
- this.zfbz = zfbz;
- }
-
- private String dbsjStr;
-
- private String dnsjStr;
-
- private String scsjStr;
- public String getDbsjStr() {
- return dbsjStr;
- }
- public void setDbsjStr(String dbsjStr) {
- this.dbsjStr = dbsjStr;
- }
- public String getDnsjStr() {
- return dnsjStr;
- }
- public void setDnsjStr(String dnsjStr) {
- this.dnsjStr = dnsjStr;
- }
- public String getScsjStr() {
- return scsjStr;
- }
- public void setScsjStr(String scsjStr) {
- this.scsjStr = scsjStr;
- }
-
-
- }
|