| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- package cn.com.goldenwater.dcproj.param;
- import cn.com.goldenwater.core.param.PageParam;
- import io.swagger.annotations.ApiParam;
- import java.util.Date;
- import java.io.Serializable;
- import io.swagger.annotations.ApiModelProperty;
- /**
- * AttWiuWatLicParam
- *
- * @author lune
- * @date 2019-10-16
- */
- public class AttWiuWatLicParam extends PageParam implements Serializable {
- @ApiModelProperty("证件状态,1新发,2变更,3注销,4吊销,5延续,6失败备案")
- private String certCond;
- @ApiModelProperty("取水方式")
- private String chkIntMet;
- @ApiModelProperty("取水用途")
- private String intUse;
- @ApiModelProperty("水源类型")
- private String chkSourTp;
- @ApiModelProperty("退水量")
- private String bkWw;
- @ApiModelProperty("退水地点")
- private String rwAddr;
- @ApiModelProperty("退水方式")
- private String rwTp;
- @ApiModelProperty("年退水量")
- private String rwW;
- @ApiModelProperty("退水水质要求")
- private String rwWqReq;
- @ApiModelProperty("审批单位编码")
- private String apprOrgCd;
- @ApiModelProperty("审批时间")
- private Date apprDt;
- @ApiModelProperty("审批单位名称")
- private String apprOrgName;
- @ApiModelProperty("主键ID")
- private String id;
- @ApiModelProperty("取水户ID")
- private String wiuId;
- @ApiModelProperty("取水许可审批情况类型(1:已申领取水许可证;2:已办理取水许可但未申领取水许可证;3:未办理取水许可)")
- private String qsxkspqklx;
- @ApiModelProperty("取水许可证号")
- private String watLicCode;
- @ApiModelProperty("取水审批机关")
- private String apprOrg;
- @ApiModelProperty("取水许可证有效期限(起)")
- private Date wiuBd;
- @ApiModelProperty("取水许可证有效期限(止)")
- private Date wiuDl;
- @ApiModelProperty("取水权人名称")
- private String wrpNm;
- @ApiModelProperty("许可取水量万m3")
- private Double wiuWw;
- @ApiModelProperty("取水许可批复文号")
- private String replSn;
- @ApiModelProperty("取水申请人姓名")
- private String applNm;
- @ApiModelProperty("取水许可有效期限(起)")
- private Date intBd;
- @ApiModelProperty("取水许可有效期限(止)")
- private Date intDl;
- @ApiModelProperty("审批取水量万m3")
- private Double apprWw;
- @ApiModelProperty("未办理取水许可情况说明")
- private String ftafawdp;
- @ApiModelProperty("创建时间")
- private Date inTm;
- @ApiModelProperty("更新时间")
- private Date upTm;
- @ApiModelProperty("法定代表人/负责人姓名")
- private String name;
- @ApiModelProperty("取水许可证代码值")
- private String wintCode;
- @ApiModelProperty("取水用户代码")
- private String wiuCode;
- @ApiModelProperty("取水口位置")
- private String wintPos;
- @ApiModelProperty("监督单位编码")
- private String manOrgCd;
- @ApiModelProperty("监督单位名称")
- private String manOrgName;
- public AttWiuWatLicParam() {
- }
- public String getManOrgCd() {
- return manOrgCd;
- }
- public String getManOrgName() {
- return manOrgName;
- }
- public void setManOrgCd(String manOrgCd) {
- this.manOrgCd = manOrgCd;
- }
- public void setManOrgName(String manOrgName) {
- this.manOrgName = manOrgName;
- }
- public String getWintPos() {
- return wintPos;
- }
- public void setWintPos(String wintPos) {
- this.wintPos = wintPos;
- }
- public String getWiuCode() {
- return wiuCode;
- }
- public void setWiuCode(String wiuCode) {
- this.wiuCode = wiuCode;
- }
- public String getName() {
- return name;
- }
- public void setName(String name) {
- this.name = name;
- }
- public String getWintCode() {
- return wintCode;
- }
- public void setWintCode(String wintCode) {
- this.wintCode = wintCode;
- }
- public String getCertCond() {
- return certCond;
- }
- public void setCertCond(String certCond) {
- this.certCond = certCond;
- }
- public String getChkIntMet() {
- return chkIntMet;
- }
- public void setChkIntMet(String chkIntMet) {
- this.chkIntMet = chkIntMet;
- }
- public String getIntUse() {
- return intUse;
- }
- public void setIntUse(String intUse) {
- this.intUse = intUse;
- }
- public String getChkSourTp() {
- return chkSourTp;
- }
- public void setChkSourTp(String chkSourTp) {
- this.chkSourTp = chkSourTp;
- }
- public String getBkWw() {
- return bkWw;
- }
- public void setBkWw(String bkWw) {
- this.bkWw = bkWw;
- }
- public String getRwAddr() {
- return rwAddr;
- }
- public void setRwAddr(String rwAddr) {
- this.rwAddr = rwAddr;
- }
- public String getRwTp() {
- return rwTp;
- }
- public void setRwTp(String rwTp) {
- this.rwTp = rwTp;
- }
- public String getRwW() {
- return rwW;
- }
- public void setRwW(String rwW) {
- this.rwW = rwW;
- }
- public String getRwWqReq() {
- return rwWqReq;
- }
- public void setRwWqReq(String rwWqReq) {
- this.rwWqReq = rwWqReq;
- }
- public String getApprOrgCd() {
- return apprOrgCd;
- }
- public void setApprOrgCd(String apprOrgCd) {
- this.apprOrgCd = apprOrgCd;
- }
- public Date getApprDt() {
- return apprDt;
- }
- public void setApprDt(Date apprDt) {
- this.apprDt = apprDt;
- }
- public String getApprOrgName() {
- return apprOrgName;
- }
- public void setApprOrgName(String apprOrgName) {
- this.apprOrgName = apprOrgName;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getWiuId() {
- return wiuId;
- }
- public void setWiuId(String wiuId) {
- this.wiuId = wiuId;
- }
- public String getQsxkspqklx() {
- return qsxkspqklx;
- }
- public void setQsxkspqklx(String qsxkspqklx) {
- this.qsxkspqklx = qsxkspqklx;
- }
- public String getWatLicCode() {
- return watLicCode;
- }
- public void setWatLicCode(String watLicCode) {
- this.watLicCode = watLicCode;
- }
- public String getApprOrg() {
- return apprOrg;
- }
- public void setApprOrg(String apprOrg) {
- this.apprOrg = apprOrg;
- }
- public Date getWiuBd() {
- return wiuBd;
- }
- public void setWiuBd(Date wiuBd) {
- this.wiuBd = wiuBd;
- }
- public Date getWiuDl() {
- return wiuDl;
- }
- public void setWiuDl(Date wiuDl) {
- this.wiuDl = wiuDl;
- }
- public String getWrpNm() {
- return wrpNm;
- }
- public void setWrpNm(String wrpNm) {
- this.wrpNm = wrpNm;
- }
- public Double getWiuWw() {
- return wiuWw;
- }
- public void setWiuWw(Double wiuWw) {
- this.wiuWw = wiuWw;
- }
- public String getReplSn() {
- return replSn;
- }
- public void setReplSn(String replSn) {
- this.replSn = replSn;
- }
- public String getApplNm() {
- return applNm;
- }
- public void setApplNm(String applNm) {
- this.applNm = applNm;
- }
- public Date getIntBd() {
- return intBd;
- }
- public void setIntBd(Date intBd) {
- this.intBd = intBd;
- }
- public Date getIntDl() {
- return intDl;
- }
- public void setIntDl(Date intDl) {
- this.intDl = intDl;
- }
- public Double getApprWw() {
- return apprWw;
- }
- public void setApprWw(Double apprWw) {
- this.apprWw = apprWw;
- }
- public String getFtafawdp() {
- return ftafawdp;
- }
- public void setFtafawdp(String ftafawdp) {
- this.ftafawdp = ftafawdp;
- }
- public Date getInTm() {
- return inTm;
- }
- public void setInTm(Date inTm) {
- this.inTm = inTm;
- }
- public Date getUpTm() {
- return upTm;
- }
- public void setUpTm(Date upTm) {
- this.upTm = upTm;
- }
- }
|