| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- 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;
- /**
- * AttJskejianFlkdisRgstrParam
- *
- * @author lune
- * @date 2019-12-13
- */
- public class AttJskejianFlkdisRgstrParam extends PageParam implements Serializable {
- @ApiModelProperty("分组sql拼接")
- private String inIdsSql;
- public String getInIdsSql() {
- return inIdsSql;
- }
- public void setInIdsSql(String inIdsSql) {
- this.inIdsSql = inIdsSql;
- }
- @ApiModelProperty("当前数据,历史数据:0全部,1当前2历史")
- private String tabType;
- @ApiModelProperty("当前时间")
- private String nowTime;
- @ApiModelProperty("督查组id")
- private String plnaId;
- @ApiModelProperty("主键ID")
- private String id;
- @ApiModelProperty("督查对象ID")
- private String objId;
- @ApiModelProperty("项目名称")
- private String name;
- @ApiModelProperty("河流、河段(湖泊)名称")
- private String rvReaLkName;
- @ApiModelProperty("行政区编码")
- private String adCode;
- @ApiModelProperty("行政区名称")
- private String adName;
- @ApiModelProperty("所在详细位置")
- private String location;
- @ApiModelProperty("PC经度")
- private Double centerX;
- @ApiModelProperty("PC纬度")
- private Double centerY;
- @ApiModelProperty("高德经度")
- private Double gdX;
- @ApiModelProperty("高德纬度")
- private Double gdY;
- @ApiModelProperty("县级河长姓名及职务")
- private String contRvonNameDuty;
- @ApiModelProperty("乡级县级河长姓名及职务")
- private String townRvonNameDuty;
- @ApiModelProperty("村级县级河长姓名及职务")
- private String vilgRvonNameDuty;
- @ApiModelProperty("问题类型(1:乱占;2:乱采;3:乱堆;4:乱建;5:其他)")
- private String pblmType;
- @ApiModelProperty("问题描述")
- private String pblmDesc;
- @ApiModelProperty("问题整治情况(上报;1:已销号;2:未销号)")
- private String rectConc;
- @ApiModelProperty("核实情况(1:已整改;2:部分整改;3:未整改)")
- private String reviConc;
- @ApiModelProperty("复查意见")
- private String reviOpin;
- @ApiModelProperty("创建人")
- private String persId;
- @ApiModelProperty("创建时间")
- private Date intm;
- @ApiModelProperty("修改时间")
- private Date uptm;
- @ApiModelProperty("督查状态(0:未督查;1:督查中;2:已督查)")
- private String state;
- @ApiModelProperty("督查组ID")
- private String groupId;
- @ApiModelProperty("省级标识")
- private String province;
- @ApiModelProperty("结束时间")
- private String entm;
- @ApiModelProperty("开始时间")
- private String sttm;
- public AttJskejianFlkdisRgstrParam() {
- }
- public String getTabType() {
- return tabType;
- }
- public void setTabType(String tabType) {
- this.tabType = tabType;
- }
- public String getNowTime() {
- return nowTime;
- }
- public void setNowTime(String nowTime) {
- this.nowTime = nowTime;
- }
- public String getPlnaId() {
- return plnaId;
- }
- public void setPlnaId(String plnaId) {
- this.plnaId = plnaId;
- }
- public String getEntm() {
- return entm;
- }
- public void setEntm(String entm) {
- this.entm = entm;
- }
- public String getSttm() {
- return sttm;
- }
- public void setSttm(String sttm) {
- this.sttm = sttm;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getObjId() {
- return objId;
- }
- public void setObjId(String objId) {
- this.objId = objId;
- }
- public String getName() {
- return name;
- }
- public void setName(String name) {
- this.name = name;
- }
- public String getRvReaLkName() {
- return rvReaLkName;
- }
- public void setRvReaLkName(String rvReaLkName) {
- this.rvReaLkName = rvReaLkName;
- }
- public String getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- public String getAdName() {
- return adName;
- }
- public void setAdName(String adName) {
- this.adName = adName;
- }
- public String getLocation() {
- return location;
- }
- public void setLocation(String location) {
- this.location = location;
- }
- public Double getCenterX() {
- return centerX;
- }
- public void setCenterX(Double centerX) {
- this.centerX = centerX;
- }
- public Double getCenterY() {
- return centerY;
- }
- public void setCenterY(Double centerY) {
- this.centerY = centerY;
- }
- public Double getGdX() {
- return gdX;
- }
- public void setGdX(Double gdX) {
- this.gdX = gdX;
- }
- public Double getGdY() {
- return gdY;
- }
- public void setGdY(Double gdY) {
- this.gdY = gdY;
- }
- public String getContRvonNameDuty() {
- return contRvonNameDuty;
- }
- public void setContRvonNameDuty(String contRvonNameDuty) {
- this.contRvonNameDuty = contRvonNameDuty;
- }
- public String getTownRvonNameDuty() {
- return townRvonNameDuty;
- }
- public void setTownRvonNameDuty(String townRvonNameDuty) {
- this.townRvonNameDuty = townRvonNameDuty;
- }
- public String getVilgRvonNameDuty() {
- return vilgRvonNameDuty;
- }
- public void setVilgRvonNameDuty(String vilgRvonNameDuty) {
- this.vilgRvonNameDuty = vilgRvonNameDuty;
- }
- public String getPblmType() {
- return pblmType;
- }
- public void setPblmType(String pblmType) {
- this.pblmType = pblmType;
- }
- public String getPblmDesc() {
- return pblmDesc;
- }
- public void setPblmDesc(String pblmDesc) {
- this.pblmDesc = pblmDesc;
- }
- public String getRectConc() {
- return rectConc;
- }
- public void setRectConc(String rectConc) {
- this.rectConc = rectConc;
- }
- public String getReviConc() {
- return reviConc;
- }
- public void setReviConc(String reviConc) {
- this.reviConc = reviConc;
- }
- public String getReviOpin() {
- return reviOpin;
- }
- public void setReviOpin(String reviOpin) {
- this.reviOpin = reviOpin;
- }
- public String getPersId() {
- return persId;
- }
- public void setPersId(String persId) {
- this.persId = persId;
- }
- 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;
- }
- public String getState() {
- return state;
- }
- public void setState(String state) {
- this.state = state;
- }
- public String getGroupId() {
- return groupId;
- }
- public void setGroupId(String groupId) {
- this.groupId = groupId;
- }
- @Override
- public String getProvince() {
- return province;
- }
- @Override
- public void setProvince(String province) {
- this.province = province;
- }
- }
|