123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896 |
- package com.huimv.da.dataobject;
- import java.math.BigDecimal;
- import java.util.Date;
- import com.huimv.xt.dataobject.BaseDO;
- public class DaLqda extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.ID
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.ZSID
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Integer zsid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.LQMC
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private String lqmc;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.JLSJ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Date jlsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.JHLJSSJ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Date jhljssj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.SJLJSSJ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Date sjljssj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.RLPJTZ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private BigDecimal rlpjtz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.ZLS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Integer zls;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.RLS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Integer rls;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.SWS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Integer sws;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.SCS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Integer scs;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.GLS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Integer gls;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.EBDSS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Integer ebdss;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.GLY
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private String gly;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.TXKSRQ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Date txksrq;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.TXKSBZ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Short txksbz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.TJKSRQ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Date tjksrq;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.CSYLSLL
- *
- * @ibatorgenerated Wed Jul 16 14:35:31 CST 2014
- */
- private BigDecimal csylsll;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.JSSYSLL
- *
- * @ibatorgenerated Wed Jul 16 14:35:31 CST 2014
- */
- private BigDecimal jssysll;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.XGR
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private String xgr;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.XGSJ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Date xgsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.ZFBZ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- private Integer zfbz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.CLS
- *
- * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
- */
- private Integer cls;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.TTS
- *
- * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
- */
- private Integer tts;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.TZTJSJ
- *
- * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
- */
- private Date tztjsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_lqda.RLRL
- *
- * @ibatorgenerated Mon May 08 17:04:32 CST 2017
- */
- private String rlrl;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.ID
- *
- * @return the value of da_lqda.ID
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Integer getId() {
- return id;
- }
-
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.ID
- *
- * @param id the value for da_lqda.ID
- *
- * @ibatorgenerated Fri May 23 16:56:30 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 da_lqda.ZSID
- *
- * @return the value of da_lqda.ZSID
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Integer getZsid() {
- return zsid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.ZSID
- *
- * @param zsid the value for da_lqda.ZSID
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setZsid(Integer zsid) {
- this.zsid = zsid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.LQMC
- *
- * @return the value of da_lqda.LQMC
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public String getLqmc() {
- return lqmc;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.LQMC
- *
- * @param lqmc the value for da_lqda.LQMC
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setLqmc(String lqmc) {
- this.lqmc = lqmc == null ? null : lqmc.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.JLSJ
- *
- * @return the value of da_lqda.JLSJ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Date getJlsj() {
- return jlsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.JLSJ
- *
- * @param jlsj the value for da_lqda.JLSJ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- 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 da_lqda.JHLJSSJ
- *
- * @return the value of da_lqda.JHLJSSJ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Date getJhljssj() {
- return jhljssj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.JHLJSSJ
- *
- * @param jhljssj the value for da_lqda.JHLJSSJ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setJhljssj(Date jhljssj) {
- this.jhljssj = jhljssj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.SJLJSSJ
- *
- * @return the value of da_lqda.SJLJSSJ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Date getSjljssj() {
- return sjljssj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.SJLJSSJ
- *
- * @param sjljssj the value for da_lqda.SJLJSSJ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setSjljssj(Date sjljssj) {
- this.sjljssj = sjljssj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.RLPJTZ
- *
- * @return the value of da_lqda.RLPJTZ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public BigDecimal getRlpjtz() {
- return rlpjtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.RLPJTZ
- *
- * @param rlpjtz the value for da_lqda.RLPJTZ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setRlpjtz(BigDecimal rlpjtz) {
- this.rlpjtz = rlpjtz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.ZLS
- *
- * @return the value of da_lqda.ZLS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Integer getZls() {
- return zls;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.ZLS
- *
- * @param zls the value for da_lqda.ZLS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setZls(Integer zls) {
- this.zls = zls;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.RLS
- *
- * @return the value of da_lqda.RLS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Integer getRls() {
- return rls;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.RLS
- *
- * @param rls the value for da_lqda.RLS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setRls(Integer rls) {
- this.rls = rls;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.SWS
- *
- * @return the value of da_lqda.SWS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Integer getSws() {
- return sws;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.SWS
- *
- * @param sws the value for da_lqda.SWS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setSws(Integer sws) {
- this.sws = sws;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.SCS
- *
- * @return the value of da_lqda.SCS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Integer getScs() {
- return scs;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.SCS
- *
- * @param scs the value for da_lqda.SCS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setScs(Integer scs) {
- this.scs = scs;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.GLS
- *
- * @return the value of da_lqda.GLS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Integer getGls() {
- return gls;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.GLS
- *
- * @param gls the value for da_lqda.GLS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setGls(Integer gls) {
- this.gls = gls;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.EBDSS
- *
- * @return the value of da_lqda.EBDSS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Integer getEbdss() {
- return ebdss;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.EBDSS
- *
- * @param ebdss the value for da_lqda.EBDSS
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setEbdss(Integer ebdss) {
- this.ebdss = ebdss;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.GLY
- *
- * @return the value of da_lqda.GLY
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public String getGly() {
- return gly;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.GLY
- *
- * @param gly the value for da_lqda.GLY
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setGly(String gly) {
- this.gly = gly == null ? null : gly.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.TXKSRQ
- *
- * @return the value of da_lqda.TXKSRQ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Date getTxksrq() {
- return txksrq;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.TXKSRQ
- *
- * @param txksrq the value for da_lqda.TXKSRQ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setTxksrq(Date txksrq) {
- this.txksrq = txksrq;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.TXKSBZ
- *
- * @return the value of da_lqda.TXKSBZ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Short getTxksbz() {
- return txksbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.TXKSBZ
- *
- * @param txksbz the value for da_lqda.TXKSBZ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setTxksbz(Short txksbz) {
- this.txksbz = txksbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.TJKSRQ
- *
- * @return the value of da_lqda.TJKSRQ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Date getTjksrq() {
- return tjksrq;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.TJKSRQ
- *
- * @param tjksrq the value for da_lqda.TJKSRQ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setTjksrq(Date tjksrq) {
- this.tjksrq = tjksrq;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.CSYLSLL
- *
- * @return the value of da_lqda.CSYLSLL
- *
- * @ibatorgenerated Wed Jul 16 14:35:31 CST 2014
- */
- public BigDecimal getCsylsll() {
- return csylsll;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.CSYLSLL
- *
- * @param csylsll the value for da_lqda.CSYLSLL
- *
- * @ibatorgenerated Wed Jul 16 14:35:31 CST 2014
- */
- public void setCsylsll(BigDecimal csylsll) {
- this.csylsll = csylsll;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.JSSYSLL
- *
- * @return the value of da_lqda.JSSYSLL
- *
- * @ibatorgenerated Wed Jul 16 14:35:31 CST 2014
- */
- public BigDecimal getJssysll() {
- return jssysll;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.JSSYSLL
- *
- * @param jssysll the value for da_lqda.JSSYSLL
- *
- * @ibatorgenerated Wed Jul 16 14:35:31 CST 2014
- */
- public void setJssysll(BigDecimal jssysll) {
- this.jssysll = jssysll;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.XGR
- *
- * @return the value of da_lqda.XGR
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public String getXgr() {
- return xgr;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.XGR
- *
- * @param xgr the value for da_lqda.XGR
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setXgr(String xgr) {
- this.xgr = xgr == null ? null : xgr.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.XGSJ
- *
- * @return the value of da_lqda.XGSJ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Date getXgsj() {
- return xgsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.XGSJ
- *
- * @param xgsj the value for da_lqda.XGSJ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setXgsj(Date xgsj) {
- this.xgsj = xgsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.ZFBZ
- *
- * @return the value of da_lqda.ZFBZ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public Integer getZfbz() {
- return zfbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.ZFBZ
- *
- * @param zfbz the value for da_lqda.ZFBZ
- *
- * @ibatorgenerated Fri May 23 16:56:30 CST 2014
- */
- public void setZfbz(Integer zfbz) {
- this.zfbz = zfbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.CLS
- *
- * @return the value of da_lqda.CLS
- *
- * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
- */
- public Integer getCls() {
- return cls;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.CLS
- *
- * @param cls the value for da_lqda.CLS
- *
- * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
- */
- public void setCls(Integer cls) {
- this.cls = cls;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.TTS
- *
- * @return the value of da_lqda.TTS
- *
- * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
- */
- public Integer getTts() {
- return tts;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.TTS
- *
- * @param tts the value for da_lqda.TTS
- *
- * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
- */
- public void setTts(Integer tts) {
- this.tts = tts;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.TZTJSJ
- *
- * @return the value of da_lqda.TZTJSJ
- *
- * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
- */
- public Date getTztjsj() {
- return tztjsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.TZTJSJ
- *
- * @param tztjsj the value for da_lqda.TZTJSJ
- *
- * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
- */
- public void setTztjsj(Date tztjsj) {
- this.tztjsj = tztjsj;
- }
-
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_lqda.RLRL
- *
- * @return the value of da_lqda.RLRL
- *
- * @ibatorgenerated Mon May 08 17:04:32 CST 2017
- */
- public String getRlrl() {
- return rlrl;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_lqda.RLRL
- *
- * @param rlrl the value for da_lqda.RLRL
- *
- * @ibatorgenerated Mon May 08 17:04:32 CST 2017
- */
- public void setRlrl(String rlrl) {
- this.rlrl = rlrl == null ? null : rlrl.trim();
- }
-
- private String mcmc;
- private String dqlq;
- private String lqjsbz;
- private int newLqid;
-
- public String getDqlq() {
- return dqlq;
- }
- public void setDqlq(String dqlq) {
- this.dqlq = dqlq;
- }
- public String getLqjsbz() {
- return lqjsbz;
- }
- public void setLqjsbz(String lqjsbz) {
- this.lqjsbz = lqjsbz;
- }
- public String getMcmc() {
- return mcmc;
- }
- public void setMcmc(String mcmc) {
- this.mcmc = mcmc;
- }
-
- public String jlsjString;
- public String getJlsjString() {
- return jlsjString;
- }
- public void setJlsjString(String jlsjString) {
- this.jlsjString = jlsjString;
- }
- public void setNewLqid(int newLqid) {
- this.newLqid = newLqid;
- }
- public int getNewLqid() {
- return newLqid;
- }
- }
|