123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710 |
- package com.huimv.da.dataobject;
- import com.huimv.xt.dataobject.BaseDO;
- import java.util.Date;
- public class DaJqda extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.ID
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.JQID
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String jqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.ZSID
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private Integer zsid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.QHBM
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String qhbm;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.MBBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String mbbb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.FTPCMD
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String ftpcmd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.XGR
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String xgr;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.XGSJ
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private Date xgsj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.ZFBZ
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private Integer zfbz;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.DQBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String dqbb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.HKDQBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String hkdqbb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.HKMBBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String hkmbbb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.HKFTPCMD
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String hkftpcmd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.LCDQBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String lcdqbb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.LCMBBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String lcmbbb;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.LCFTPCMD
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String lcftpcmd;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.XLH
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String xlh;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.ZDH
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String zdh;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.IMEI
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String imei;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.IMSI
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String imsi;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.CCID
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String ccid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column da_jqda.ESIMNAME
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- private String esimname;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.ID
- *
- * @return the value of da_jqda.ID
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.ID
- *
- * @param id the value for da_jqda.ID
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- 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_jqda.JQID
- *
- * @return the value of da_jqda.JQID
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getJqid() {
- return jqid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.JQID
- *
- * @param jqid the value for da_jqda.JQID
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- 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 da_jqda.ZSID
- *
- * @return the value of da_jqda.ZSID
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public Integer getZsid() {
- return zsid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.ZSID
- *
- * @param zsid the value for da_jqda.ZSID
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- 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_jqda.QHBM
- *
- * @return the value of da_jqda.QHBM
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getQhbm() {
- return qhbm;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.QHBM
- *
- * @param qhbm the value for da_jqda.QHBM
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setQhbm(String qhbm) {
- this.qhbm = qhbm == null ? null : qhbm.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.MBBB
- *
- * @return the value of da_jqda.MBBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getMbbb() {
- return mbbb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.MBBB
- *
- * @param mbbb the value for da_jqda.MBBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setMbbb(String mbbb) {
- this.mbbb = mbbb == null ? null : mbbb.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.FTPCMD
- *
- * @return the value of da_jqda.FTPCMD
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getFtpcmd() {
- return ftpcmd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.FTPCMD
- *
- * @param ftpcmd the value for da_jqda.FTPCMD
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setFtpcmd(String ftpcmd) {
- this.ftpcmd = ftpcmd == null ? null : ftpcmd.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.XGR
- *
- * @return the value of da_jqda.XGR
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getXgr() {
- return xgr;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.XGR
- *
- * @param xgr the value for da_jqda.XGR
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- 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_jqda.XGSJ
- *
- * @return the value of da_jqda.XGSJ
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public Date getXgsj() {
- return xgsj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.XGSJ
- *
- * @param xgsj the value for da_jqda.XGSJ
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- 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_jqda.ZFBZ
- *
- * @return the value of da_jqda.ZFBZ
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public Integer getZfbz() {
- return zfbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.ZFBZ
- *
- * @param zfbz the value for da_jqda.ZFBZ
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- 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_jqda.DQBB
- *
- * @return the value of da_jqda.DQBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getDqbb() {
- return dqbb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.DQBB
- *
- * @param dqbb the value for da_jqda.DQBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setDqbb(String dqbb) {
- this.dqbb = dqbb == null ? null : dqbb.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.HKDQBB
- *
- * @return the value of da_jqda.HKDQBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getHkdqbb() {
- return hkdqbb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.HKDQBB
- *
- * @param hkdqbb the value for da_jqda.HKDQBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setHkdqbb(String hkdqbb) {
- this.hkdqbb = hkdqbb == null ? null : hkdqbb.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.HKMBBB
- *
- * @return the value of da_jqda.HKMBBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getHkmbbb() {
- return hkmbbb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.HKMBBB
- *
- * @param hkmbbb the value for da_jqda.HKMBBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setHkmbbb(String hkmbbb) {
- this.hkmbbb = hkmbbb == null ? null : hkmbbb.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.HKFTPCMD
- *
- * @return the value of da_jqda.HKFTPCMD
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getHkftpcmd() {
- return hkftpcmd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.HKFTPCMD
- *
- * @param hkftpcmd the value for da_jqda.HKFTPCMD
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setHkftpcmd(String hkftpcmd) {
- this.hkftpcmd = hkftpcmd == null ? null : hkftpcmd.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.LCDQBB
- *
- * @return the value of da_jqda.LCDQBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getLcdqbb() {
- return lcdqbb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.LCDQBB
- *
- * @param lcdqbb the value for da_jqda.LCDQBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setLcdqbb(String lcdqbb) {
- this.lcdqbb = lcdqbb == null ? null : lcdqbb.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.LCMBBB
- *
- * @return the value of da_jqda.LCMBBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getLcmbbb() {
- return lcmbbb;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.LCMBBB
- *
- * @param lcmbbb the value for da_jqda.LCMBBB
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setLcmbbb(String lcmbbb) {
- this.lcmbbb = lcmbbb == null ? null : lcmbbb.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.LCFTPCMD
- *
- * @return the value of da_jqda.LCFTPCMD
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getLcftpcmd() {
- return lcftpcmd;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.LCFTPCMD
- *
- * @param lcftpcmd the value for da_jqda.LCFTPCMD
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setLcftpcmd(String lcftpcmd) {
- this.lcftpcmd = lcftpcmd == null ? null : lcftpcmd.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.XLH
- *
- * @return the value of da_jqda.XLH
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getXlh() {
- return xlh;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.XLH
- *
- * @param xlh the value for da_jqda.XLH
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setXlh(String xlh) {
- this.xlh = xlh == null ? null : xlh.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.ZDH
- *
- * @return the value of da_jqda.ZDH
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getZdh() {
- return zdh;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.ZDH
- *
- * @param zdh the value for da_jqda.ZDH
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setZdh(String zdh) {
- this.zdh = zdh == null ? null : zdh.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.IMEI
- *
- * @return the value of da_jqda.IMEI
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getImei() {
- return imei;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.IMEI
- *
- * @param imei the value for da_jqda.IMEI
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setImei(String imei) {
- this.imei = imei == null ? null : imei.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.IMSI
- *
- * @return the value of da_jqda.IMSI
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getImsi() {
- return imsi;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.IMSI
- *
- * @param imsi the value for da_jqda.IMSI
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setImsi(String imsi) {
- this.imsi = imsi == null ? null : imsi.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.CCID
- *
- * @return the value of da_jqda.CCID
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getCcid() {
- return ccid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.CCID
- *
- * @param ccid the value for da_jqda.CCID
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setCcid(String ccid) {
- this.ccid = ccid == null ? null : ccid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column da_jqda.ESIMNAME
- *
- * @return the value of da_jqda.ESIMNAME
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public String getEsimname() {
- return esimname;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column da_jqda.ESIMNAME
- *
- * @param esimname the value for da_jqda.ESIMNAME
- *
- * @ibatorgenerated Tue Apr 21 10:24:49 CST 2020
- */
- public void setEsimname(String esimname) {
- this.esimname = esimname == null ? null : esimname.trim();
- }
- }
|