| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- 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;
- /**
- * BisInspKeyRegisterParam
- *
- * @author lhc
- * @date 2019-4-20
- */
- public class BisInspKeyRegisterParam extends PageParam implements Serializable {
- // 172工程登记记录ID
- @ApiParam(name = "172工程登记记录ID")
- @ApiModelProperty(value = "172工程登记记录ID", name = "id")
- private String id;
- // 督查对象ID
- @ApiParam(name = "督查对象ID")
- @ApiModelProperty(value = "督查对象ID", name = "objId")
- private String objId;
- // 项目类型
- @ApiParam(name = "项目类型")
- @ApiModelProperty(value = "项目类型", name = "ptype")
- private String ptype;
- // 所在行政区代码
- @ApiParam(name = "所在行政区代码")
- @ApiModelProperty(value = "所在行政区代码", name = "adCode")
- private String adCode;
- // 名称
- @ApiParam(name = "名称")
- @ApiModelProperty(value = "名称", name = "nm")
- private String nm;
- // 开工年份
- @ApiParam(name = "开工年份")
- @ApiModelProperty(value = "开工年份", name = "stwktm")
- private String stwktm;
- // 计划工期(月)
- @ApiParam(name = "计划工期(月)")
- @ApiModelProperty(value = "计划工期(月)", name = "plantm")
- private Double plantm;
- // 概算批复总投资(亿元)
- @ApiParam(name = "概算批复总投资(亿元)")
- @ApiModelProperty(value = "概算批复总投资(亿元)", name = "estapp")
- private Double estapp;
- // 高德经度
- @ApiParam(name = "高德经度")
- @ApiModelProperty(value = "高德经度", name = "lgtd")
- private Double lgtd;
- // 高德纬度
- @ApiParam(name = "高德纬度")
- @ApiModelProperty(value = "高德纬度", name = "lttd")
- private Double lttd;
- // PC经度
- @ApiParam(name = "PC经度")
- @ApiModelProperty(value = "PC经度", name = "lgtdPc")
- private Double lgtdPc;
- // PC纬度
- @ApiParam(name = "PC纬度")
- @ApiModelProperty(value = "PC纬度", name = "lttdPc")
- private Double lttdPc;
- // 管理单位ID
- @ApiParam(name = "管理单位ID")
- @ApiModelProperty(value = "管理单位ID", name = "unitId")
- private String unitId;
- // 管理单位名称
- @ApiParam(name = "管理单位名称")
- @ApiModelProperty(value = "管理单位名称", name = "unitNm")
- private String unitNm;
- // 组长ID
- @ApiParam(name = "组长ID")
- @ApiModelProperty(value = "组长ID", name = "groupLeaderId")
- private String groupLeaderId;
- // 小组组长
- @ApiParam(name = "小组组长")
- @ApiModelProperty(value = "小组组长", name = "groupLeader")
- private String groupLeader;
- // 小组组长电话
- @ApiParam(name = "小组组长电话")
- @ApiModelProperty(value = "小组组长电话", name = "groupLeaderTel")
- private String groupLeaderTel;
- // 记录人员ID
- @ApiParam(name = "记录人员ID")
- @ApiModelProperty(value = "记录人员ID", name = "recPersId")
- private String recPersId;
- // 记录人员
- @ApiParam(name = "记录人员")
- @ApiModelProperty(value = "记录人员", name = "recPers")
- private String recPers;
- // 记录人员电话
- @ApiParam(name = "记录人员电话")
- @ApiModelProperty(value = "记录人员电话", name = "recPersTel")
- private String recPersTel;
- // 创建时间
- @ApiParam(name = "创建时间")
- @ApiModelProperty(value = "创建时间", name = "intm")
- private Date intm;
- // 最后修改时间
- @ApiParam(name = "最后修改时间")
- @ApiModelProperty(value = "最后修改时间", name = "uptm")
- private Date uptm;
- // 备注
- @ApiParam(name = "备注")
- @ApiModelProperty(value = "备注", name = "note")
- private String note;
- // 数据状态
- @ApiParam(name = "数据状态")
- @ApiModelProperty(value = "数据状态", name = "dataStat")
- private Boolean dataStat;
- // 督查状态
- @ApiParam(name = "督查状态")
- @ApiModelProperty(value = "督查状态", name = "state")
- private Boolean state;
- // 标段状态
- @ApiParam(name = "标段状态")
- @ApiModelProperty(value = "标段状态", name = "secStat")
- private Boolean secStat;
- // 一级单位督查状态
- @ApiParam(name = "一级单位督查状态")
- @ApiModelProperty(value = "一级单位督查状态", name = "oneUnitStat")
- private Boolean oneUnitStat;
- // 二级单位督查状态
- @ApiParam(name = "二级单位督查状态")
- @ApiModelProperty(value = "二级单位督查状态", name = "twoUnitStat")
- private Boolean twoUnitStat;
- // 三级单位督查状态
- @ApiParam(name = "三级单位督查状态")
- @ApiModelProperty(value = "三级单位督查状态", name = "threeUnitStat")
- private Boolean threeUnitStat;
- @ApiModelProperty("工程概况(福建增加)")
- private String engProfil;
- @ApiModelProperty("建设进展概况(福建增加)")
- private String engBuild;
- public BisInspKeyRegisterParam() {
- }
- 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 getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- 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 getUnitId() {
- return unitId;
- }
- public void setUnitId(String unitId) {
- this.unitId = unitId;
- }
- public String getUnitNm() {
- return unitNm;
- }
- public void setUnitNm(String unitNm) {
- this.unitNm = unitNm;
- }
- public String getGroupLeaderId() {
- return groupLeaderId;
- }
- public void setGroupLeaderId(String groupLeaderId) {
- this.groupLeaderId = groupLeaderId;
- }
- public String getGroupLeader() {
- return groupLeader;
- }
- public void setGroupLeader(String groupLeader) {
- this.groupLeader = groupLeader;
- }
- public String getGroupLeaderTel() {
- return groupLeaderTel;
- }
- public void setGroupLeaderTel(String groupLeaderTel) {
- this.groupLeaderTel = groupLeaderTel;
- }
- public String getRecPersId() {
- return recPersId;
- }
- public void setRecPersId(String recPersId) {
- this.recPersId = recPersId;
- }
- public String getRecPers() {
- return recPers;
- }
- public void setRecPers(String recPers) {
- this.recPers = recPers;
- }
- public String getRecPersTel() {
- return recPersTel;
- }
- public void setRecPersTel(String recPersTel) {
- this.recPersTel = recPersTel;
- }
- 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 getNote() {
- return note;
- }
- public void setNote(String note) {
- this.note = note;
- }
- public Boolean getDataStat() {
- return dataStat;
- }
- public void setDataStat(Boolean dataStat) {
- this.dataStat = dataStat;
- }
- public Boolean getState() {
- return state;
- }
- public void setState(Boolean state) {
- this.state = state;
- }
- public Boolean getSecStat() {
- return secStat;
- }
- public void setSecStat(Boolean secStat) {
- this.secStat = secStat;
- }
- public Boolean getOneUnitStat() {
- return oneUnitStat;
- }
- public void setOneUnitStat(Boolean oneUnitStat) {
- this.oneUnitStat = oneUnitStat;
- }
- public Boolean getTwoUnitStat() {
- return twoUnitStat;
- }
- public void setTwoUnitStat(Boolean twoUnitStat) {
- this.twoUnitStat = twoUnitStat;
- }
- public Boolean getThreeUnitStat() {
- return threeUnitStat;
- }
- public void setThreeUnitStat(Boolean threeUnitStat) {
- this.threeUnitStat = threeUnitStat;
- }
- }
|