123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360 |
- package com.huimv.xt.dataobject;
- import java.util.Date;
- public class XtHkbjgzxx extends BaseDO {
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_hkbj_gzxx.ID
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- private Integer id;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_hkbj_gzxx.JQID
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- private String jqid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_hkbj_gzxx.GZLX
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- private String gzlx;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_hkbj_gzxx.FSSJ
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- private Date fssj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_hkbj_gzxx.JSSJ
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- private Date jssj;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_hkbj_gzxx.SBLX
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- private String sblx;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_hkbj_gzxx.SBXH
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- private String sbxh;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_hkbj_gzxx.UUID
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- private String uuid;
- /**
- * This field was generated by Apache iBATIS ibator.
- * This field corresponds to the database column xt_hkbj_gzxx.TXBZ
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- private Integer txbz;
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_hkbj_gzxx.ID
- *
- * @return the value of xt_hkbj_gzxx.ID
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 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_hkbj_gzxx.ID
- *
- * @param id the value for xt_hkbj_gzxx.ID
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 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_hkbj_gzxx.JQID
- *
- * @return the value of xt_hkbj_gzxx.JQID
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 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_hkbj_gzxx.JQID
- *
- * @param jqid the value for xt_hkbj_gzxx.JQID
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 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_hkbj_gzxx.GZLX
- *
- * @return the value of xt_hkbj_gzxx.GZLX
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public String getGzlx() {
- return gzlx;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_hkbj_gzxx.GZLX
- *
- * @param gzlx the value for xt_hkbj_gzxx.GZLX
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public void setGzlx(String gzlx) {
- this.gzlx = gzlx == null ? null : gzlx.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_hkbj_gzxx.FSSJ
- *
- * @return the value of xt_hkbj_gzxx.FSSJ
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public Date getFssj() {
- return fssj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_hkbj_gzxx.FSSJ
- *
- * @param fssj the value for xt_hkbj_gzxx.FSSJ
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public void setFssj(Date fssj) {
- this.fssj = fssj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_hkbj_gzxx.JSSJ
- *
- * @return the value of xt_hkbj_gzxx.JSSJ
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public Date getJssj() {
- return jssj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_hkbj_gzxx.JSSJ
- *
- * @param jssj the value for xt_hkbj_gzxx.JSSJ
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public void setJssj(Date jssj) {
- this.jssj = jssj;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_hkbj_gzxx.SBLX
- *
- * @return the value of xt_hkbj_gzxx.SBLX
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public String getSblx() {
- return sblx;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_hkbj_gzxx.SBLX
- *
- * @param sblx the value for xt_hkbj_gzxx.SBLX
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public void setSblx(String sblx) {
- this.sblx = sblx == null ? null : sblx.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_hkbj_gzxx.SBXH
- *
- * @return the value of xt_hkbj_gzxx.SBXH
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public String getSbxh() {
- return sbxh;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_hkbj_gzxx.SBXH
- *
- * @param sbxh the value for xt_hkbj_gzxx.SBXH
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public void setSbxh(String sbxh) {
- this.sbxh = sbxh == null ? null : sbxh.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_hkbj_gzxx.UUID
- *
- * @return the value of xt_hkbj_gzxx.UUID
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public String getUuid() {
- return uuid;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_hkbj_gzxx.UUID
- *
- * @param uuid the value for xt_hkbj_gzxx.UUID
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public void setUuid(String uuid) {
- this.uuid = uuid == null ? null : uuid.trim();
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method returns the value of the database column xt_hkbj_gzxx.TXBZ
- *
- * @return the value of xt_hkbj_gzxx.TXBZ
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public Integer getTxbz() {
- return txbz;
- }
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method sets the value of the database column xt_hkbj_gzxx.TXBZ
- *
- * @param txbz the value for xt_hkbj_gzxx.TXBZ
- *
- * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019
- */
- public void setTxbz(Integer txbz) {
- this.txbz = txbz;
- }
- private int count;
-
- private String gzxx;
-
- private String zsmc;
-
- private String mcmc;
-
- private String fssjStr;
- private String zsqy;
-
- public String getZsmc() {
- return zsmc;
- }
-
- public void setZsmc(String zsmc) {
- this.zsmc = zsmc;
- }
-
- public String getMcmc() {
- return mcmc;
- }
-
- public void setMcmc(String mcmc) {
- this.mcmc = mcmc;
- }
- public String getGzxx() {
- return gzxx;
- }
- public void setGzxx(String gzxx) {
- this.gzxx = gzxx;
- }
- public int getCount() {
- return count;
- }
- public void setCount(int count) {
- this.count = count;
- }
-
- public String getFssjStr() {
- return fssjStr;
- }
-
- public void setFssjStr(String fssjStr) {
- this.fssjStr = fssjStr;
- }
-
- public String getZsqy() {
- return zsqy;
- }
-
- public void setZsqy(String zsqy) {
- this.zsqy = zsqy;
- }
- }
|