| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- package cn.com.goldenwater.dcproj.dto;
- import io.swagger.annotations.ApiModelProperty;
- import java.io.Serializable;
- import java.util.Date;
- public class BisInspKeyRegisterDto implements Serializable {
- // 172工程登记记录ID
- @ApiModelProperty(value = "172工程登记记录ID", name = "id")
- private String id;
- // 督查对象ID
- @ApiModelProperty(value = "督查对象ID", name = "objId")
- private String objId;
- // 项目类型
- @ApiModelProperty(value = "督查对象类型", name = "ptype")
- private String ptype;
- // 0:重大农业节水工程 1:重大引调水工程 2:重点水源工程 3:江河湖泊治理骨干工程 4:新建大型灌区工程 5:非水利部下达投资计划 6:全部由地方投资 7:其他项目15项
- // 项目类型
- @ApiModelProperty(value = "0:重大农业节水工程 1:重大引调水工程 2:重点水源工程 3:江河湖泊治理骨干工程 4:新建大型灌区工程 5:非水利部下达投资计划 6:全部由地方投资 7:其他项目15项", name = "etype")
- private String etype;
- //节点ID
- @ApiModelProperty(value = "节点ID", name = "nodeId")
- private String nodeId;
- // 名称
- @ApiModelProperty(value = "名称", name = "nm")
- private String nm;
- // 开工年份
- @ApiModelProperty(value = "开工年份", name = "stwktm")
- private String stwktm;
- // 计划工期(月)
- @ApiModelProperty(value = "计划工期(月)", name = "plantm")
- private Double plantm;
- // 概算批复总投资(亿元)
- @ApiModelProperty(value = "概算批复总投资(亿元)", name = "estapp")
- private Double estapp;
- // 高德经度
- @ApiModelProperty(value = "高德经度", name = "lgtd")
- private Double lgtd;
- // 高德纬度
- @ApiModelProperty(value = "高德纬度", name = "lttd")
- private Double lttd;
- // PC经度
- @ApiModelProperty(value = "PC经度", name = "lgtdPc")
- private Double lgtdPc;
- // PC纬度
- @ApiModelProperty(value = "PC纬度", name = "lttdPc")
- private Double lttdPc;
- // 督查状态
- @ApiModelProperty(value = "督查状态", name = "state")
- private String state;
- // 建成年份
- @ApiModelProperty(value = "建成年份", name = "buidTimeYear")
- private String buidTimeYear;
- // 工程建设情况-1:建成;2:未建成
- @ApiModelProperty(value = "工程建设情况-1:建成;2:未建成", name = "engSta")
- private String engSta;
- @ApiModelProperty(value = "对象代码", name = "code")
- private String code;
- // 督查状态
- @ApiModelProperty(value = "督查状态 0 未督查,1 督查中 2 已督查", name = "wtdstState")
- private String wtdstState;
- @ApiModelProperty(value = "一级管理单位名称", name = "oneUnitName")
- private String oneUnitName;
- @ApiModelProperty(value = "一级管理单位id", name = "oneUnitName")
- private String oneUnitId;
- @ApiModelProperty("工程概况(福建增加)")
- private String engProfil;
- @ApiModelProperty("建设进展概况(福建增加)")
- private String engBuild;
- public BisInspKeyRegisterDto() {
- }
- public String getEngProfil() {
- return engProfil;
- }
- public void setEngProfil(String engProfil) {
- this.engProfil = engProfil;
- }
- public String getEngBuild() {
- return engBuild;
- }
- public void setEngBuild(String engBuild) {
- this.engBuild = engBuild;
- }
- 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 getPtype() {
- return ptype;
- }
- public void setPtype(String ptype) {
- this.ptype = ptype;
- }
- public String getNm() {
- return nm;
- }
- public void setNm(String nm) {
- this.nm = nm;
- }
- public String getStwktm() {
- return stwktm;
- }
- public void setStwktm(String stwktm) {
- this.stwktm = stwktm;
- }
- public Double getPlantm() {
- return plantm;
- }
- public void setPlantm(Double plantm) {
- this.plantm = plantm;
- }
- public Double getEstapp() {
- return estapp;
- }
- public void setEstapp(Double estapp) {
- this.estapp = estapp;
- }
- public Double getLgtd() {
- return lgtd;
- }
- public void setLgtd(Double lgtd) {
- this.lgtd = lgtd;
- }
- public Double getLttd() {
- return lttd;
- }
- public void setLttd(Double lttd) {
- this.lttd = lttd;
- }
- public Double getLgtdPc() {
- return lgtdPc;
- }
- public void setLgtdPc(Double lgtdPc) {
- this.lgtdPc = lgtdPc;
- }
- public Double getLttdPc() {
- return lttdPc;
- }
- public void setLttdPc(Double lttdPc) {
- this.lttdPc = lttdPc;
- }
- public String getState() {
- return state;
- }
- public void setState(String state) {
- this.state = state;
- }
- public String getNodeId() {
- return nodeId;
- }
- public void setNodeId(String nodeId) {
- this.nodeId = nodeId;
- }
- public String getBuidTimeYear() {
- return buidTimeYear;
- }
- public void setBuidTimeYear(String buidTimeYear) {
- this.buidTimeYear = buidTimeYear;
- }
- public String getEngSta() {
- return engSta;
- }
- public void setEngSta(String engSta) {
- this.engSta = engSta;
- }
- public String getEtype() {
- return etype;
- }
- public void setEtype(String etype) {
- this.etype = etype;
- }
- public String getCode() {
- return code;
- }
- public void setCode(String code) {
- this.code = code;
- }
- public String getWtdstState() {
- return wtdstState;
- }
- public void setWtdstState(String wtdstState) {
- this.wtdstState = wtdstState;
- }
- public String getOneUnitName() {
- return oneUnitName;
- }
- public void setOneUnitName(String oneUnitName) {
- this.oneUnitName = oneUnitName;
- }
- public String getOneUnitId() {
- return oneUnitId;
- }
- public void setOneUnitId(String oneUnitId) {
- this.oneUnitId = oneUnitId;
- }
- }
|