| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
- package cn.com.goldenwater.dcproj.param;
- import cn.com.goldenwater.core.param.PageParam;
- import io.swagger.annotations.ApiModelProperty;
- import io.swagger.annotations.ApiParam;
- import java.io.Serializable;
- import java.util.Date;
- /**
- * TacInspYearBatchObjParam
- *
- * @author lune
- * @date 2019-9-6
- */
- public class TacInspYearBatchObjParam extends PageParam implements Serializable {
- @ApiModelProperty("*主键")
- private String id;
- @ApiModelProperty("*稽察年度批次ID")
- private String yearBatchId;
- @ApiModelProperty("*年度")
- private Long year;
- @ApiModelProperty("*批次")
- private Long batch;
- @ApiModelProperty("*稽察组ID")
- private String groupId;
- @ApiModelProperty("*稽察组组别")
- private Long groupNm;
- @ApiModelProperty("*稽察对象ID")
- private String ojbId;
- @ApiModelProperty("*稽察对象名称")
- private String ojbNm;
- @ApiModelProperty("创建人")
- private String persId;
- @ApiModelProperty("创建时间")
- private Date inTm;
- @ApiModelProperty("修改时间")
- private Date upTm;
- @ApiModelProperty("数据状态(0:正常;9:删除)")
- private String dataStat;
- @ApiModelProperty("排序字段")
- private String orderBy;
- @ApiModelProperty("行政区划编码")
- private String adCode;
- @ApiModelProperty("类型")
- private String engSta;
- @ApiModelProperty("督查状态")
- private String state;
- @ApiModelProperty("项目类型")
- private String type;
- @ApiModelProperty("项目名称")
- private String name;
- @ApiModelProperty("最大pc经度")
- private Double maxLgtd;
- @ApiModelProperty("最小pc经度")
- private Double minLgtd;
- @ApiModelProperty("最大pc纬度")
- private Double maxLttd;
- @ApiModelProperty("最小pc纬度")
- private Double minLttd;
- @ApiModelProperty(value = "最大高德经度")
- private Double maxcenterXGd;
- @ApiModelProperty(value = "最小高德经度")
- private Double mincenterXGd;
- @ApiModelProperty(value = "最大高德纬度")
- private Double maxcenterYGd;
- @ApiModelProperty(value = "最小高德纬度")
- private Double mincenterYGd;
- @ApiModelProperty("工程规模(大型、中型、小型)-湖北")
- private String scale;
- @ApiModelProperty("工程类型(水利工程通用、水库大坝工程、水电站工程、泵站工程、水闸工程、堤防工程、引调水及灌区工程、其他水利工程)-湖北")
- private String ptype;
- @ApiModelProperty("工程类别(新建、扩建、改建、加固、修复)-湖北")
- private String cate;
- @ApiModelProperty("工程阶段(刚开工、未达施工高峰、施工高峰、接近完工、已完工)-湖北")
- private String stage;
- /**
- * 是否测评 0否 1外聘专家测评 2专家组长测评 默认0
- */
- @ApiModelProperty(value = "是否测评")
- private String isEval;
- public TacInspYearBatchObjParam() {
- }
- 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 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 String getType() {
- return type;
- }
- public void setType(String type) {
- this.type = type;
- }
- public String getName() {
- return name;
- }
- public void setName(String name) {
- this.name = name;
- }
- public String getState() {
- return state;
- }
- public void setState(String state) {
- this.state = state;
- }
- public String getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- public String getEngSta() {
- return engSta;
- }
- public void setEngSta(String engSta) {
- this.engSta = engSta;
- }
- @Override
- public String getOrderBy() {
- return orderBy;
- }
- @Override
- public void setOrderBy(String orderBy) {
- this.orderBy = orderBy;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getYearBatchId() {
- return yearBatchId;
- }
- public void setYearBatchId(String yearBatchId) {
- this.yearBatchId = yearBatchId;
- }
- public Long getYear() {
- return year;
- }
- public void setYear(Long year) {
- this.year = year;
- }
- public Long getBatch() {
- return batch;
- }
- public void setBatch(Long batch) {
- this.batch = batch;
- }
- public String getGroupId() {
- return groupId;
- }
- public void setGroupId(String groupId) {
- this.groupId = groupId;
- }
- public Long getGroupNm() {
- return groupNm;
- }
- public void setGroupNm(Long groupNm) {
- this.groupNm = groupNm;
- }
- public String getOjbId() {
- return ojbId;
- }
- public void setOjbId(String ojbId) {
- this.ojbId = ojbId;
- }
- public String getOjbNm() {
- return ojbNm;
- }
- public void setOjbNm(String ojbNm) {
- this.ojbNm = ojbNm;
- }
- 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 getDataStat() {
- return dataStat;
- }
- public void setDataStat(String dataStat) {
- this.dataStat = dataStat;
- }
- public String getIsEval() {
- return isEval;
- }
- public void setIsEval(String isEval) {
- this.isEval = isEval;
- }
- public String getScale() {
- return scale;
- }
- public void setScale(String scale) {
- this.scale = scale;
- }
- public String getPtype() {
- return ptype;
- }
- public void setPtype(String ptype) {
- this.ptype = ptype;
- }
- public String getCate() {
- return cate;
- }
- public void setCate(String cate) {
- this.cate = cate;
- }
- public String getStage() {
- return stage;
- }
- public void setStage(String stage) {
- this.stage = stage;
- }
- }
|