123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424 |
- package com.huimv.xx.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.util.Date;
- @SuppressWarnings("serial")
- public class XxTsxxjl extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.ID
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.XXID
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- private String xxid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.TSSJ
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- private Date tssj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.NR
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- private String nr;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.JHTS
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- private String jhts;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.SD
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- private String sd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.SDL
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- private String sdl;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.DJ
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- private String dj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.DJL
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- private String djl;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.GXSJ
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- private Date gxsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.GXZT
- *
- * @ibatorgenerated Mon Dec 22 16:03:07 CST 2014
- */
- private Integer gxzt;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.TSLX
- *
- * @ibatorgenerated Tue Dec 23 15:02:16 CST 2014
- */
- private Integer tslx;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xx_tsxxjl.ZFBZ
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- private Integer zfbz;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_tsxxjl.ID
- *
- * @return the value of xx_tsxxjl.ID
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.ID
- *
- * @param id the value for xx_tsxxjl.ID
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl.XXID
- *
- * @return the value of xx_tsxxjl.XXID
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public String getXxid() {
- return xxid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.XXID
- *
- * @param xxid the value for xx_tsxxjl.XXID
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public void setXxid(String xxid) {
- this.xxid = xxid == null ? null : xxid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_tsxxjl.TSSJ
- *
- * @return the value of xx_tsxxjl.TSSJ
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public Date getTssj() {
- return tssj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.TSSJ
- *
- * @param tssj the value for xx_tsxxjl.TSSJ
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public void setTssj(Date tssj) {
- this.tssj = tssj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_tsxxjl.NR
- *
- * @return the value of xx_tsxxjl.NR
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public String getNr() {
- return nr;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.NR
- *
- * @param nr the value for xx_tsxxjl.NR
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public void setNr(String nr) {
- this.nr = nr == null ? null : nr.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_tsxxjl.JHTS
- *
- * @return the value of xx_tsxxjl.JHTS
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public String getJhts() {
- return jhts;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.JHTS
- *
- * @param jhts the value for xx_tsxxjl.JHTS
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public void setJhts(String jhts) {
- this.jhts = jhts == null ? null : jhts.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_tsxxjl.SD
- *
- * @return the value of xx_tsxxjl.SD
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public String getSd() {
- return sd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.SD
- *
- * @param sd the value for xx_tsxxjl.SD
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public void setSd(String sd) {
- this.sd = sd == null ? null : sd.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_tsxxjl.SDL
- *
- * @return the value of xx_tsxxjl.SDL
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public String getSdl() {
- return sdl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.SDL
- *
- * @param sdl the value for xx_tsxxjl.SDL
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public void setSdl(String sdl) {
- this.sdl = sdl == null ? null : sdl.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_tsxxjl.DJ
- *
- * @return the value of xx_tsxxjl.DJ
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public String getDj() {
- return dj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.DJ
- *
- * @param dj the value for xx_tsxxjl.DJ
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public void setDj(String dj) {
- this.dj = dj == null ? null : dj.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_tsxxjl.DJL
- *
- * @return the value of xx_tsxxjl.DJL
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public String getDjl() {
- return djl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.DJL
- *
- * @param djl the value for xx_tsxxjl.DJL
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public void setDjl(String djl) {
- this.djl = djl == null ? null : djl.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_tsxxjl.GXSJ
- *
- * @return the value of xx_tsxxjl.GXSJ
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public Date getGxsj() {
- return gxsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.GXSJ
- *
- * @param gxsj the value for xx_tsxxjl.GXSJ
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public void setGxsj(Date gxsj) {
- this.gxsj = gxsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_tsxxjl.GXZT
- *
- * @return the value of xx_tsxxjl.GXZT
- *
- * @ibatorgenerated Mon Dec 22 16:03:07 CST 2014
- */
- public Integer getGxzt() {
- return gxzt;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.GXZT
- *
- * @param gxzt the value for xx_tsxxjl.GXZT
- *
- * @ibatorgenerated Mon Dec 22 16:03:07 CST 2014
- */
- public void setGxzt(Integer gxzt) {
- this.gxzt = gxzt;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_tsxxjl.TSLX
- *
- * @return the value of xx_tsxxjl.TSLX
- *
- * @ibatorgenerated Tue Dec 23 15:02:16 CST 2014
- */
- public Integer getTslx() {
- return tslx;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.TSLX
- *
- * @param tslx the value for xx_tsxxjl.TSLX
- *
- * @ibatorgenerated Tue Dec 23 15:02:16 CST 2014
- */
- public void setTslx(Integer tslx) {
- this.tslx = tslx;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xx_tsxxjl.ZFBZ
- *
- * @return the value of xx_tsxxjl.ZFBZ
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public Integer getZfbz() {
- return zfbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xx_tsxxjl.ZFBZ
- *
- * @param zfbz the value for xx_tsxxjl.ZFBZ
- *
- * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
- */
- public void setZfbz(Integer zfbz) {
- this.zfbz = zfbz;
- }
- }
|