123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- package com.huimv.sj.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.util.Date;
- public class SjGttzzz extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_gttzzz.id
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_gttzzz.lqid
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- private String lqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_gttzzz.dweb
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- private String dweb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_gttzzz.csq
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- private String csq;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_gttzzz.tzzz
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- private Integer tzzz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_gttzzz.fwcs
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- private Integer fwcs;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_gttzzz.jsms
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- private String jsms;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column sj_gttzzz.tjsj
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- private Date tjsj;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_gttzzz.id
- *
- * @return the value of sj_gttzzz.id
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_gttzzz.id
- *
- * @param id the value for sj_gttzzz.id
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- 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 sj_gttzzz.lqid
- *
- * @return the value of sj_gttzzz.lqid
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public String getLqid() {
- return lqid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_gttzzz.lqid
- *
- * @param lqid the value for sj_gttzzz.lqid
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public void setLqid(String lqid) {
- this.lqid = lqid == null ? null : lqid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_gttzzz.dweb
- *
- * @return the value of sj_gttzzz.dweb
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public String getDweb() {
- return dweb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_gttzzz.dweb
- *
- * @param dweb the value for sj_gttzzz.dweb
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public void setDweb(String dweb) {
- this.dweb = dweb == null ? null : dweb.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_gttzzz.csq
- *
- * @return the value of sj_gttzzz.csq
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public String getCsq() {
- return csq;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_gttzzz.csq
- *
- * @param csq the value for sj_gttzzz.csq
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public void setCsq(String csq) {
- this.csq = csq == null ? null : csq.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_gttzzz.tzzz
- *
- * @return the value of sj_gttzzz.tzzz
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public Integer getTzzz() {
- return tzzz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_gttzzz.tzzz
- *
- * @param tzzz the value for sj_gttzzz.tzzz
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public void setTzzz(Integer tzzz) {
- this.tzzz = tzzz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_gttzzz.fwcs
- *
- * @return the value of sj_gttzzz.fwcs
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public Integer getFwcs() {
- return fwcs;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_gttzzz.fwcs
- *
- * @param fwcs the value for sj_gttzzz.fwcs
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public void setFwcs(Integer fwcs) {
- this.fwcs = fwcs;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_gttzzz.jsms
- *
- * @return the value of sj_gttzzz.jsms
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public String getJsms() {
- return jsms;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_gttzzz.jsms
- *
- * @param jsms the value for sj_gttzzz.jsms
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public void setJsms(String jsms) {
- this.jsms = jsms == null ? null : jsms.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column sj_gttzzz.tjsj
- *
- * @return the value of sj_gttzzz.tjsj
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public Date getTjsj() {
- return tjsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column sj_gttzzz.tjsj
- *
- * @param tjsj the value for sj_gttzzz.tjsj
- *
- * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015
- */
- public void setTjsj(Date tjsj) {
- this.tjsj = tjsj;
- }
- }
|