123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453 |
- package com.huimv.xt.dataobject;
- import java.util.Date;
- public class XtLsjl extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.ID
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.YHID
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private Integer yhid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.YHXM
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private String yhxm;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.FWSJ
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private Date fwsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.TCSJ
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private Date tcsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.DLDD
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private String dldd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.IP
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private String ip;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.FWFS
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private String fwfs;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.DLFS
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private String dlfs;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.SBLX
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private String sblx;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.CZXT
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private String czxt;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.SBBZ
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private String sbbz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.BZ
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- private String bz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_lsjl.FWJL
- *
- * @ibatorgenerated Tue Dec 09 09:03:40 CST 2014
- */
- private String fwjl;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.ID
- *
- * @return the value of xt_lsjl.ID
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.ID
- *
- * @param id the value for xt_lsjl.ID
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- 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 xt_lsjl.YHID
- *
- * @return the value of xt_lsjl.YHID
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public Integer getYhid() {
- return yhid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.YHID
- *
- * @param yhid the value for xt_lsjl.YHID
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public void setYhid(Integer yhid) {
- this.yhid = yhid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.YHXM
- *
- * @return the value of xt_lsjl.YHXM
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public String getYhxm() {
- return yhxm;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.YHXM
- *
- * @param yhxm the value for xt_lsjl.YHXM
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public void setYhxm(String yhxm) {
- this.yhxm = yhxm == null ? null : yhxm.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.FWSJ
- *
- * @return the value of xt_lsjl.FWSJ
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public Date getFwsj() {
- return fwsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.FWSJ
- *
- * @param fwsj the value for xt_lsjl.FWSJ
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public void setFwsj(Date fwsj) {
- this.fwsj = fwsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.TCSJ
- *
- * @return the value of xt_lsjl.TCSJ
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public Date getTcsj() {
- return tcsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.TCSJ
- *
- * @param tcsj the value for xt_lsjl.TCSJ
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public void setTcsj(Date tcsj) {
- this.tcsj = tcsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.DLDD
- *
- * @return the value of xt_lsjl.DLDD
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public String getDldd() {
- return dldd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.DLDD
- *
- * @param dldd the value for xt_lsjl.DLDD
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public void setDldd(String dldd) {
- this.dldd = dldd == null ? null : dldd.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.IP
- *
- * @return the value of xt_lsjl.IP
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public String getIp() {
- return ip;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.IP
- *
- * @param ip the value for xt_lsjl.IP
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public void setIp(String ip) {
- this.ip = ip == null ? null : ip.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.FWFS
- *
- * @return the value of xt_lsjl.FWFS
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public String getFwfs() {
- return fwfs;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.FWFS
- *
- * @param fwfs the value for xt_lsjl.FWFS
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public void setFwfs(String fwfs) {
- this.fwfs = fwfs == null ? null : fwfs.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.DLFS
- *
- * @return the value of xt_lsjl.DLFS
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public String getDlfs() {
- return dlfs;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.DLFS
- *
- * @param dlfs the value for xt_lsjl.DLFS
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public void setDlfs(String dlfs) {
- this.dlfs = dlfs == null ? null : dlfs.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.SBLX
- *
- * @return the value of xt_lsjl.SBLX
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public String getSblx() {
- return sblx;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.SBLX
- *
- * @param sblx the value for xt_lsjl.SBLX
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public void setSblx(String sblx) {
- this.sblx = sblx == null ? null : sblx.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.CZXT
- *
- * @return the value of xt_lsjl.CZXT
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public String getCzxt() {
- return czxt;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.CZXT
- *
- * @param czxt the value for xt_lsjl.CZXT
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public void setCzxt(String czxt) {
- this.czxt = czxt == null ? null : czxt.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.SBBZ
- *
- * @return the value of xt_lsjl.SBBZ
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public String getSbbz() {
- return sbbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.SBBZ
- *
- * @param sbbz the value for xt_lsjl.SBBZ
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public void setSbbz(String sbbz) {
- this.sbbz = sbbz == null ? null : sbbz.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.BZ
- *
- * @return the value of xt_lsjl.BZ
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public String getBz() {
- return bz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.BZ
- *
- * @param bz the value for xt_lsjl.BZ
- *
- * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014
- */
- public void setBz(String bz) {
- this.bz = bz == null ? null : bz.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_lsjl.FWJL
- *
- * @return the value of xt_lsjl.FWJL
- *
- * @ibatorgenerated Tue Dec 09 09:03:40 CST 2014
- */
- public String getFwjl() {
- return fwjl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_lsjl.FWJL
- *
- * @param fwjl the value for xt_lsjl.FWJL
- *
- * @ibatorgenerated Tue Dec 09 09:03:40 CST 2014
- */
- public void setFwjl(String fwjl) {
- this.fwjl = fwjl == null ? null : fwjl.trim();
- }
- }
|