123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357 |
- package com.huimv.xt.dataobject;
- import java.util.Date;
- public class XtTlgpz extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_tlg_pz.ID
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_tlg_pz.JQID
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- private String jqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_tlg_pz.TIME1
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- private String time1;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_tlg_pz.TIME2
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- private String time2;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_tlg_pz.TIME3
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- private String time3;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_tlg_pz.TIME4
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- private String time4;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_tlg_pz.TIME5
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- private String time5;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_tlg_pz.LASTTIME
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- private String lasttime;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_tlg_pz.TIMEOUT
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- private String timeout;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_tlg_pz.SCSJ
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- private Date scsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_tlg_pz.LX
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- private String lx;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_tlg_pz.ID
- *
- * @return the value of xt_tlg_pz.ID
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_tlg_pz.ID
- *
- * @param id the value for xt_tlg_pz.ID
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- 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_tlg_pz.JQID
- *
- * @return the value of xt_tlg_pz.JQID
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public String getJqid() {
- return jqid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_tlg_pz.JQID
- *
- * @param jqid the value for xt_tlg_pz.JQID
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public void setJqid(String jqid) {
- this.jqid = jqid == null ? null : jqid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_tlg_pz.TIME1
- *
- * @return the value of xt_tlg_pz.TIME1
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public String getTime1() {
- return time1;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_tlg_pz.TIME1
- *
- * @param time1 the value for xt_tlg_pz.TIME1
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public void setTime1(String time1) {
- this.time1 = time1 == null ? null : time1.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_tlg_pz.TIME2
- *
- * @return the value of xt_tlg_pz.TIME2
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public String getTime2() {
- return time2;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_tlg_pz.TIME2
- *
- * @param time2 the value for xt_tlg_pz.TIME2
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public void setTime2(String time2) {
- this.time2 = time2 == null ? null : time2.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_tlg_pz.TIME3
- *
- * @return the value of xt_tlg_pz.TIME3
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public String getTime3() {
- return time3;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_tlg_pz.TIME3
- *
- * @param time3 the value for xt_tlg_pz.TIME3
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public void setTime3(String time3) {
- this.time3 = time3 == null ? null : time3.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_tlg_pz.TIME4
- *
- * @return the value of xt_tlg_pz.TIME4
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public String getTime4() {
- return time4;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_tlg_pz.TIME4
- *
- * @param time4 the value for xt_tlg_pz.TIME4
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public void setTime4(String time4) {
- this.time4 = time4 == null ? null : time4.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_tlg_pz.TIME5
- *
- * @return the value of xt_tlg_pz.TIME5
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public String getTime5() {
- return time5;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_tlg_pz.TIME5
- *
- * @param time5 the value for xt_tlg_pz.TIME5
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public void setTime5(String time5) {
- this.time5 = time5 == null ? null : time5.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_tlg_pz.LASTTIME
- *
- * @return the value of xt_tlg_pz.LASTTIME
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public String getLasttime() {
- return lasttime;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_tlg_pz.LASTTIME
- *
- * @param lasttime the value for xt_tlg_pz.LASTTIME
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public void setLasttime(String lasttime) {
- this.lasttime = lasttime == null ? null : lasttime.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_tlg_pz.TIMEOUT
- *
- * @return the value of xt_tlg_pz.TIMEOUT
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public String getTimeout() {
- return timeout;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_tlg_pz.TIMEOUT
- *
- * @param timeout the value for xt_tlg_pz.TIMEOUT
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public void setTimeout(String timeout) {
- this.timeout = timeout == null ? null : timeout.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_tlg_pz.SCSJ
- *
- * @return the value of xt_tlg_pz.SCSJ
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public Date getScsj() {
- return scsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_tlg_pz.SCSJ
- *
- * @param scsj the value for xt_tlg_pz.SCSJ
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- 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 xt_tlg_pz.LX
- *
- * @return the value of xt_tlg_pz.LX
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public String getLx() {
- return lx;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_tlg_pz.LX
- *
- * @param lx the value for xt_tlg_pz.LX
- *
- * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019
- */
- public void setLx(String lx) {
- this.lx = lx == null ? null : lx.trim();
- }
- }
|