123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348 |
- package com.huimv.zneb.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.util.Date;
- public class ZnebEbsj extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebsj.ID
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebsj.EBDAID
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- private Integer ebdaid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebsj.JKZK
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- private String jkzk;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebsj.TW
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- private String tw;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebsj.SW
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- private String sw;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebsj.JLSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- private Date jlsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebsj.SFFQ
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- private String sffq;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebsj.SFFM
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- private String sffm;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebsj.JLR
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- private String jlr;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column zneb_ebsj.SCSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- private Date scsj;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebsj.ID
- *
- * @return the value of zneb_ebsj.ID
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 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_ebsj.ID
- *
- * @param id the value for zneb_ebsj.ID
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 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_ebsj.EBDAID
- *
- * @return the value of zneb_ebsj.EBDAID
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public Integer getEbdaid() {
- return ebdaid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebsj.EBDAID
- *
- * @param ebdaid the value for zneb_ebsj.EBDAID
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public void setEbdaid(Integer ebdaid) {
- this.ebdaid = ebdaid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebsj.JKZK
- *
- * @return the value of zneb_ebsj.JKZK
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public String getJkzk() {
- return jkzk;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebsj.JKZK
- *
- * @param jkzk the value for zneb_ebsj.JKZK
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public void setJkzk(String jkzk) {
- this.jkzk = jkzk == null ? null : jkzk.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebsj.TW
- *
- * @return the value of zneb_ebsj.TW
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public String getTw() {
- return tw;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebsj.TW
- *
- * @param tw the value for zneb_ebsj.TW
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public void setTw(String tw) {
- this.tw = tw == null ? null : tw.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebsj.SW
- *
- * @return the value of zneb_ebsj.SW
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public String getSw() {
- return sw;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebsj.SW
- *
- * @param sw the value for zneb_ebsj.SW
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public void setSw(String sw) {
- this.sw = sw == null ? null : sw.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebsj.JLSJ
- *
- * @return the value of zneb_ebsj.JLSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public Date getJlsj() {
- return jlsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebsj.JLSJ
- *
- * @param jlsj the value for zneb_ebsj.JLSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public void setJlsj(Date jlsj) {
- this.jlsj = jlsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebsj.SFFQ
- *
- * @return the value of zneb_ebsj.SFFQ
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public String getSffq() {
- return sffq;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebsj.SFFQ
- *
- * @param sffq the value for zneb_ebsj.SFFQ
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public void setSffq(String sffq) {
- this.sffq = sffq == null ? null : sffq.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebsj.SFFM
- *
- * @return the value of zneb_ebsj.SFFM
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public String getSffm() {
- return sffm;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebsj.SFFM
- *
- * @param sffm the value for zneb_ebsj.SFFM
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public void setSffm(String sffm) {
- this.sffm = sffm == null ? null : sffm.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebsj.JLR
- *
- * @return the value of zneb_ebsj.JLR
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public String getJlr() {
- return jlr;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column zneb_ebsj.JLR
- *
- * @param jlr the value for zneb_ebsj.JLR
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public void setJlr(String jlr) {
- this.jlr = jlr == null ? null : jlr.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column zneb_ebsj.SCSJ
- *
- * @return the value of zneb_ebsj.SCSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 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_ebsj.SCSJ
- *
- * @param scsj the value for zneb_ebsj.SCSJ
- *
- * @ibatorgenerated Fri Feb 21 13:45:10 CST 2020
- */
- public void setScsj(Date scsj) {
- this.scsj = scsj;
- }
-
- private String jlsjStr;
-
- private String macwd;
- public String getMacwd() {
- return macwd;
- }
- public void setMacwd(String macwd) {
- this.macwd = macwd;
- }
- public String getJlsjStr() {
- return jlsjStr;
- }
- public void setJlsjStr(String jlsjStr) {
- this.jlsjStr = jlsjStr;
- }
-
-
- }
|