|
@@ -2,10 +2,20 @@ package com.xt.js.gkaq.web.model;
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
-public class zdhqdModel {
|
|
|
- private String id;
|
|
|
+import com.xt.js.gkaq.common.BaseUUIDModel;
|
|
|
+/**
|
|
|
+ * ¹ÜÀíÖÆ¶È
|
|
|
+ * @author Administrator
|
|
|
+ *
|
|
|
+ */
|
|
|
+public class zdhqdModel extends BaseUUIDModel {
|
|
|
|
|
|
- private String bxdw;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ private static final long serialVersionUID = -4495098398736737072L;
|
|
|
+
|
|
|
+ private String bxdw;
|
|
|
|
|
|
private String szd;
|
|
|
|
|
@@ -25,8 +35,6 @@ public class zdhqdModel {
|
|
|
|
|
|
private String ssgq;
|
|
|
|
|
|
- private String state;
|
|
|
-
|
|
|
private String sftb;
|
|
|
|
|
|
private String tbzt;
|
|
@@ -51,235 +59,181 @@ public class zdhqdModel {
|
|
|
|
|
|
private String lxr;
|
|
|
|
|
|
- private String createUser;
|
|
|
-
|
|
|
- private Date createTime;
|
|
|
-
|
|
|
- private String updateUser;
|
|
|
-
|
|
|
- private Date updateTime;
|
|
|
-
|
|
|
- public String getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
-
|
|
|
- public void setId(String id) {
|
|
|
- this.id = id == null ? null : id.trim();
|
|
|
- }
|
|
|
-
|
|
|
- public String getBxdw() {
|
|
|
- return bxdw;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBxdw(String bxdw) {
|
|
|
- this.bxdw = bxdw == null ? null : bxdw.trim();
|
|
|
- }
|
|
|
-
|
|
|
- public String getSzd() {
|
|
|
- return szd;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSzd(String szd) {
|
|
|
- this.szd = szd == null ? null : szd.trim();
|
|
|
- }
|
|
|
-
|
|
|
- public String getSzgq() {
|
|
|
- return szgq;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSzgq(String szgq) {
|
|
|
- this.szgq = szgq == null ? null : szgq.trim();
|
|
|
- }
|
|
|
-
|
|
|
- public String getZdmc() {
|
|
|
- return zdmc;
|
|
|
- }
|
|
|
-
|
|
|
- public void setZdmc(String zdmc) {
|
|
|
- this.zdmc = zdmc == null ? null : zdmc.trim();
|
|
|
- }
|
|
|
-
|
|
|
- public String getZdfl() {
|
|
|
- return zdfl;
|
|
|
- }
|
|
|
-
|
|
|
- public void setZdfl(String zdfl) {
|
|
|
- this.zdfl = zdfl == null ? null : zdfl.trim();
|
|
|
- }
|
|
|
+ public String getBxdw() {
|
|
|
+ return bxdw;
|
|
|
+ }
|
|
|
|
|
|
- public Date getTxsj() {
|
|
|
- return txsj;
|
|
|
- }
|
|
|
+ public void setBxdw(String bxdw) {
|
|
|
+ this.bxdw = bxdw;
|
|
|
+ }
|
|
|
|
|
|
- public void setTxsj(Date txsj) {
|
|
|
- this.txsj = txsj;
|
|
|
- }
|
|
|
+ public String getSzd() {
|
|
|
+ return szd;
|
|
|
+ }
|
|
|
|
|
|
- public String getTbr() {
|
|
|
- return tbr;
|
|
|
- }
|
|
|
+ public void setSzd(String szd) {
|
|
|
+ this.szd = szd;
|
|
|
+ }
|
|
|
|
|
|
- public void setTbr(String tbr) {
|
|
|
- this.tbr = tbr == null ? null : tbr.trim();
|
|
|
- }
|
|
|
+ public String getSzgq() {
|
|
|
+ return szgq;
|
|
|
+ }
|
|
|
|
|
|
- public String getLxdh() {
|
|
|
- return lxdh;
|
|
|
- }
|
|
|
+ public void setSzgq(String szgq) {
|
|
|
+ this.szgq = szgq;
|
|
|
+ }
|
|
|
|
|
|
- public void setLxdh(String lxdh) {
|
|
|
- this.lxdh = lxdh == null ? null : lxdh.trim();
|
|
|
- }
|
|
|
+ public String getZdmc() {
|
|
|
+ return zdmc;
|
|
|
+ }
|
|
|
|
|
|
- public String getQymc() {
|
|
|
- return qymc;
|
|
|
- }
|
|
|
+ public void setZdmc(String zdmc) {
|
|
|
+ this.zdmc = zdmc;
|
|
|
+ }
|
|
|
|
|
|
- public void setQymc(String qymc) {
|
|
|
- this.qymc = qymc == null ? null : qymc.trim();
|
|
|
- }
|
|
|
+ public String getZdfl() {
|
|
|
+ return zdfl;
|
|
|
+ }
|
|
|
|
|
|
- public String getSsgq() {
|
|
|
- return ssgq;
|
|
|
- }
|
|
|
+ public void setZdfl(String zdfl) {
|
|
|
+ this.zdfl = zdfl;
|
|
|
+ }
|
|
|
|
|
|
- public void setSsgq(String ssgq) {
|
|
|
- this.ssgq = ssgq == null ? null : ssgq.trim();
|
|
|
- }
|
|
|
+ public Date getTxsj() {
|
|
|
+ return txsj;
|
|
|
+ }
|
|
|
|
|
|
- public String getState() {
|
|
|
- return state;
|
|
|
- }
|
|
|
+ public void setTxsj(Date txsj) {
|
|
|
+ this.txsj = txsj;
|
|
|
+ }
|
|
|
|
|
|
- public void setState(String state) {
|
|
|
- this.state = state == null ? null : state.trim();
|
|
|
- }
|
|
|
+ public String getTbr() {
|
|
|
+ return tbr;
|
|
|
+ }
|
|
|
|
|
|
- public String getSftb() {
|
|
|
- return sftb;
|
|
|
- }
|
|
|
+ public void setTbr(String tbr) {
|
|
|
+ this.tbr = tbr;
|
|
|
+ }
|
|
|
|
|
|
- public void setSftb(String sftb) {
|
|
|
- this.sftb = sftb == null ? null : sftb.trim();
|
|
|
- }
|
|
|
+ public String getLxdh() {
|
|
|
+ return lxdh;
|
|
|
+ }
|
|
|
|
|
|
- public String getTbzt() {
|
|
|
- return tbzt;
|
|
|
- }
|
|
|
+ public void setLxdh(String lxdh) {
|
|
|
+ this.lxdh = lxdh;
|
|
|
+ }
|
|
|
|
|
|
- public void setTbzt(String tbzt) {
|
|
|
- this.tbzt = tbzt == null ? null : tbzt.trim();
|
|
|
- }
|
|
|
+ public String getQymc() {
|
|
|
+ return qymc;
|
|
|
+ }
|
|
|
|
|
|
- public String getTbdyid() {
|
|
|
- return tbdyid;
|
|
|
- }
|
|
|
+ public void setQymc(String qymc) {
|
|
|
+ this.qymc = qymc;
|
|
|
+ }
|
|
|
|
|
|
- public void setTbdyid(String tbdyid) {
|
|
|
- this.tbdyid = tbdyid == null ? null : tbdyid.trim();
|
|
|
- }
|
|
|
+ public String getSsgq() {
|
|
|
+ return ssgq;
|
|
|
+ }
|
|
|
|
|
|
- public String getQylb() {
|
|
|
- return qylb;
|
|
|
- }
|
|
|
+ public void setSsgq(String ssgq) {
|
|
|
+ this.ssgq = ssgq;
|
|
|
+ }
|
|
|
|
|
|
- public void setQylb(String qylb) {
|
|
|
- this.qylb = qylb == null ? null : qylb.trim();
|
|
|
- }
|
|
|
+ public String getSftb() {
|
|
|
+ return sftb;
|
|
|
+ }
|
|
|
|
|
|
- public String getSsqy() {
|
|
|
- return ssqy;
|
|
|
- }
|
|
|
+ public void setSftb(String sftb) {
|
|
|
+ this.sftb = sftb;
|
|
|
+ }
|
|
|
|
|
|
- public void setSsqy(String ssqy) {
|
|
|
- this.ssqy = ssqy == null ? null : ssqy.trim();
|
|
|
- }
|
|
|
+ public String getTbzt() {
|
|
|
+ return tbzt;
|
|
|
+ }
|
|
|
|
|
|
- public String getOrgCode() {
|
|
|
- return orgCode;
|
|
|
- }
|
|
|
+ public void setTbzt(String tbzt) {
|
|
|
+ this.tbzt = tbzt;
|
|
|
+ }
|
|
|
|
|
|
- public void setOrgCode(String orgCode) {
|
|
|
- this.orgCode = orgCode == null ? null : orgCode.trim();
|
|
|
- }
|
|
|
+ public String getTbdyid() {
|
|
|
+ return tbdyid;
|
|
|
+ }
|
|
|
|
|
|
- public String getZdwh() {
|
|
|
- return zdwh;
|
|
|
- }
|
|
|
+ public void setTbdyid(String tbdyid) {
|
|
|
+ this.tbdyid = tbdyid;
|
|
|
+ }
|
|
|
|
|
|
- public void setZdwh(String zdwh) {
|
|
|
- this.zdwh = zdwh == null ? null : zdwh.trim();
|
|
|
- }
|
|
|
+ public String getQylb() {
|
|
|
+ return qylb;
|
|
|
+ }
|
|
|
|
|
|
- public Date getFbrq() {
|
|
|
- return fbrq;
|
|
|
- }
|
|
|
+ public void setQylb(String qylb) {
|
|
|
+ this.qylb = qylb;
|
|
|
+ }
|
|
|
|
|
|
- public void setFbrq(Date fbrq) {
|
|
|
- this.fbrq = fbrq;
|
|
|
- }
|
|
|
+ public String getSsqy() {
|
|
|
+ return ssqy;
|
|
|
+ }
|
|
|
|
|
|
- public Date getXdrq() {
|
|
|
- return xdrq;
|
|
|
- }
|
|
|
+ public void setSsqy(String ssqy) {
|
|
|
+ this.ssqy = ssqy;
|
|
|
+ }
|
|
|
|
|
|
- public void setXdrq(Date xdrq) {
|
|
|
- this.xdrq = xdrq;
|
|
|
- }
|
|
|
+ public String getOrgCode() {
|
|
|
+ return orgCode;
|
|
|
+ }
|
|
|
|
|
|
- public String getSfczgc() {
|
|
|
- return sfczgc;
|
|
|
- }
|
|
|
+ public void setOrgCode(String orgCode) {
|
|
|
+ this.orgCode = orgCode;
|
|
|
+ }
|
|
|
|
|
|
- public void setSfczgc(String sfczgc) {
|
|
|
- this.sfczgc = sfczgc == null ? null : sfczgc.trim();
|
|
|
- }
|
|
|
+ public String getZdwh() {
|
|
|
+ return zdwh;
|
|
|
+ }
|
|
|
|
|
|
- public String getZyfzId() {
|
|
|
- return zyfzId;
|
|
|
- }
|
|
|
+ public void setZdwh(String zdwh) {
|
|
|
+ this.zdwh = zdwh;
|
|
|
+ }
|
|
|
|
|
|
- public void setZyfzId(String zyfzId) {
|
|
|
- this.zyfzId = zyfzId == null ? null : zyfzId.trim();
|
|
|
- }
|
|
|
+ public Date getFbrq() {
|
|
|
+ return fbrq;
|
|
|
+ }
|
|
|
|
|
|
- public String getLxr() {
|
|
|
- return lxr;
|
|
|
- }
|
|
|
+ public void setFbrq(Date fbrq) {
|
|
|
+ this.fbrq = fbrq;
|
|
|
+ }
|
|
|
|
|
|
- public void setLxr(String lxr) {
|
|
|
- this.lxr = lxr == null ? null : lxr.trim();
|
|
|
- }
|
|
|
+ public Date getXdrq() {
|
|
|
+ return xdrq;
|
|
|
+ }
|
|
|
|
|
|
- public String getCreateUser() {
|
|
|
- return createUser;
|
|
|
- }
|
|
|
+ public void setXdrq(Date xdrq) {
|
|
|
+ this.xdrq = xdrq;
|
|
|
+ }
|
|
|
|
|
|
- public void setCreateUser(String createUser) {
|
|
|
- this.createUser = createUser == null ? null : createUser.trim();
|
|
|
- }
|
|
|
+ public String getSfczgc() {
|
|
|
+ return sfczgc;
|
|
|
+ }
|
|
|
|
|
|
- public Date getCreateTime() {
|
|
|
- return createTime;
|
|
|
- }
|
|
|
+ public void setSfczgc(String sfczgc) {
|
|
|
+ this.sfczgc = sfczgc;
|
|
|
+ }
|
|
|
|
|
|
- public void setCreateTime(Date createTime) {
|
|
|
- this.createTime = createTime;
|
|
|
- }
|
|
|
+ public String getZyfzId() {
|
|
|
+ return zyfzId;
|
|
|
+ }
|
|
|
|
|
|
- public String getUpdateUser() {
|
|
|
- return updateUser;
|
|
|
- }
|
|
|
+ public void setZyfzId(String zyfzId) {
|
|
|
+ this.zyfzId = zyfzId;
|
|
|
+ }
|
|
|
|
|
|
- public void setUpdateUser(String updateUser) {
|
|
|
- this.updateUser = updateUser == null ? null : updateUser.trim();
|
|
|
- }
|
|
|
+ public String getLxr() {
|
|
|
+ return lxr;
|
|
|
+ }
|
|
|
|
|
|
- public Date getUpdateTime() {
|
|
|
- return updateTime;
|
|
|
- }
|
|
|
+ public void setLxr(String lxr) {
|
|
|
+ this.lxr = lxr;
|
|
|
+ }
|
|
|
|
|
|
- public void setUpdateTime(Date updateTime) {
|
|
|
- this.updateTime = updateTime;
|
|
|
- }
|
|
|
+
|
|
|
}
|