| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324 |
- package cn.com.goldenwater.dcproj.param;
- import cn.com.goldenwater.core.param.PageParam;
- import io.swagger.annotations.ApiModelProperty;
- import java.io.Serializable;
- /**
- * Created by 61618 on 2019/2/25.
- */
- public class PersObjParam extends PageParam implements Serializable {
- private String orgId;
- private String persGuid;
- // private String batchGuid;
- private String groupGuid;
- private String objType;
- private String engScal;
- private String rsName;
- private String rsAdmDep;
- private String adName;
- private String wtdstType;
- private String wtdstState;
- private String wtdstNm;
- private String adCode;
- private String stnm;
- private Double maxLgtd;
- private Double minLgtd;
- private Double maxLttd;
- private Double minLttd;
- private Double desWasuScal;
- private Double gateFlow;
- private Double wintFlow;
- private Double desAnnWasuPop;
- private String frgrd;
- @ApiModelProperty("督查状态")
- private String state;
- @ApiModelProperty(value = "最大高德经度")
- private Double maxcenterXGd;
- @ApiModelProperty(value = "最小高德经度")
- private Double mincenterXGd;
- @ApiModelProperty(value = "最大高德纬度")
- private Double maxcenterYGd;
- @ApiModelProperty(value = "最小高德纬度")
- private Double mincenterYGd;
- @ApiModelProperty(value = "显示等级")
- private String displayLevel;
- @ApiModelProperty(value = "贫困县等级")
- private String lv;
- @ApiModelProperty(value = "是否导出,1:导出")
- private String isExport;
- @ApiModelProperty("分组sql通过用户id,所在区域分组获取")
- private String inIdsSql;
- public String getInIdsSql() {
- return inIdsSql;
- }
- public void setInIdsSql(String inIdsSql) {
- this.inIdsSql = inIdsSql;
- }
- public String getState() {
- return state;
- }
- public void setState(String state) {
- this.state = state;
- }
- public String getIsExport() {
- return isExport;
- }
- public void setIsExport(String isExport) {
- this.isExport = isExport;
- }
- public String getLv() {
- return lv;
- }
- public void setLv(String lv) {
- this.lv = lv;
- }
- public String getDisplayLevel() {
- return displayLevel;
- }
- public void setDisplayLevel(String displayLevel) {
- this.displayLevel = displayLevel;
- }
- public Double getMaxcenterXGd() {
- return maxcenterXGd;
- }
- public void setMaxcenterXGd(Double maxcenterXGd) {
- this.maxcenterXGd = maxcenterXGd;
- }
- public Double getMincenterXGd() {
- return mincenterXGd;
- }
- public void setMincenterXGd(Double mincenterXGd) {
- this.mincenterXGd = mincenterXGd;
- }
- public Double getMaxcenterYGd() {
- return maxcenterYGd;
- }
- public void setMaxcenterYGd(Double maxcenterYGd) {
- this.maxcenterYGd = maxcenterYGd;
- }
- public Double getMincenterYGd() {
- return mincenterYGd;
- }
- public void setMincenterYGd(Double mincenterYGd) {
- this.mincenterYGd = mincenterYGd;
- }
- public Double getDesAnnWasuPop() {
- return desAnnWasuPop;
- }
- public void setDesAnnWasuPop(Double desAnnWasuPop) {
- this.desAnnWasuPop = desAnnWasuPop;
- }
- public String getFrgrd() {
- return frgrd;
- }
- public void setFrgrd(String frgrd) {
- this.frgrd = frgrd;
- }
- public Double getWintFlow() {
- return wintFlow;
- }
- public void setWintFlow(Double wintFlow) {
- this.wintFlow = wintFlow;
- }
- public Double getGateFlow() {
- return gateFlow;
- }
- public void setGateFlow(Double gateFlow) {
- this.gateFlow = gateFlow;
- }
- public Double getDesWasuScal() {
- return desWasuScal;
- }
- public void setDesWasuScal(Double desWasuScal) {
- this.desWasuScal = desWasuScal;
- }
- public String getStnm() {
- return stnm;
- }
- public void setStnm(String stnm) {
- this.stnm = stnm;
- }
- @Override
- public String getOrgId() {
- return orgId;
- }
- @Override
- public void setOrgId(String orgId) {
- this.orgId = orgId;
- }
- public String getPersGuid() {
- return persGuid;
- }
- public void setPersGuid(String persGuid) {
- this.persGuid = persGuid;
- }
- public Double getMaxLgtd() {
- return maxLgtd;
- }
- public void setMaxLgtd(Double maxLgtd) {
- this.maxLgtd = maxLgtd;
- }
- public Double getMinLgtd() {
- return minLgtd;
- }
- public void setMinLgtd(Double minLgtd) {
- this.minLgtd = minLgtd;
- }
- public Double getMaxLttd() {
- return maxLttd;
- }
- public void setMaxLttd(Double maxLttd) {
- this.maxLttd = maxLttd;
- }
- public Double getMinLttd() {
- return minLttd;
- }
- public void setMinLttd(Double minLttd) {
- this.minLttd = minLttd;
- }
- public String getGroupGuid() {
- return groupGuid;
- }
- public void setGroupGuid(String groupGuid) {
- this.groupGuid = groupGuid;
- }
- public String getObjType() {
- return objType;
- }
- public void setObjType(String objType) {
- this.objType = objType;
- }
- public String getEngScal() {
- return engScal;
- }
- public void setEngScal(String engScal) {
- this.engScal = engScal;
- }
- public String getRsName() {
- return rsName;
- }
- public void setRsName(String rsName) {
- this.rsName = rsName;
- }
- public String getRsAdmDep() {
- return rsAdmDep;
- }
- public void setRsAdmDep(String rsAdmDep) {
- this.rsAdmDep = rsAdmDep;
- }
- public String getAdName() {
- return adName;
- }
- public void setAdName(String adName) {
- this.adName = adName;
- }
- public String getWtdstType() {
- return wtdstType;
- }
- public void setWtdstType(String wtdstType) {
- this.wtdstType = wtdstType;
- }
- public String getWtdstState() {
- return wtdstState;
- }
- public void setWtdstState(String wtdstState) {
- this.wtdstState = wtdstState;
- }
- public String getWtdstNm() {
- return wtdstNm;
- }
- public void setWtdstNm(String wtdstNm) {
- this.wtdstNm = wtdstNm;
- }
- public String getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- @Override
- public String toString() {
- return "PersObjParam{" +
- "persGuid='" + persGuid + '\'' +
- // ", batchGuid='" + batchGuid + '\'' +
- // ", groupGuid='" + groupGuid + '\'' +
- ", objType='" + objType + '\'' +
- ", engScal='" + engScal + '\'' +
- ", rsName='" + rsName + '\'' +
- ", rsAdmDep='" + rsAdmDep + '\'' +
- ", adName='" + adName + '\'' +
- ", wtdstType='" + wtdstType + '\'' +
- ", wtdstState='" + wtdstState + '\'' +
- ", wtdstNm='" + wtdstNm + '\'' +
- ", adCode='" + adCode + '\'' +
- '}';
- }
- }
|