package cn.com.goldenwater.dcproj.dto; import cn.com.goldenwater.dcproj.model.BisInspPblm; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import io.swagger.annotations.ApiModelProperty; import java.io.Serializable; import java.util.Date; import java.util.List; /** * entity:BisInspWtdst * * @author zhengdafei * @date 2019-2-21 */ @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"}) public class BisInspWtdstDetailDto extends VillDcdxBaseDto implements Serializable { // 所属流域机构ID @ApiModelProperty(value = "所属流域机构ID", name = "orgId") private String orgId; // 投入资金(万元) @ApiModelProperty(value = "投入资金(万元)", name = "cost") private Double cost; // 修复进度(%) @ApiModelProperty(value = "修复进度(%)", name = "planRcvr") private Double planRcvr; // 水毁修复信息ID @ApiModelProperty(value = "水毁修复信息ID", name = "wtdstId") private String wtdstId; // 类别名称 @ApiModelProperty(value = "类别名称", name = "wtdstType") private String wtdstType; // 项目名称 @ApiModelProperty(value = "项目名称", name = "wtdstNm") private String wtdstNm; // 水毁位置经度 @ApiModelProperty(value = "经度", name = "wtdstLgtd") private Double wtdstLgtd; // 水毁位置纬度 @ApiModelProperty(value = "纬度", name = "wtdstLttd") private Double wtdstLttd; // 项目所在位置 @ApiModelProperty(value = "所在位置", name = "locNm") private String locNm; //对象类型 @ApiModelProperty(value = "对象类型", name = "objType") private String objType; //对象编码 @ApiModelProperty(value = "对象编码", name = "objCode") private String objCode; //对象名称 @ApiModelProperty(value = "对象名称", name = "objName") private String objName; // 高德经度 @ApiModelProperty(value = "经度", name = "centerXGd") private Double centerXGd; // 高德纬度 @ApiModelProperty(value = "纬度", name = "centerYGd") private Double centerYGd; // 水毁修复登记记录ID @ApiModelProperty(value = "水毁修复登记记录ID", name = "trackId") private String trackId; // 督查对象ID @ApiModelProperty(value = "督查对象ID", name = "objId") private String objId; // 主管单位 @ApiModelProperty(value = "主管单位", name = "mangNm") private String mangNm; // 水毁情况 @ApiModelProperty(value = "水毁情况", name = "disContent") private String disContent; // 项目进度 @ApiModelProperty(value = "项目进度", name = "wkstate") private String wkstate; // 计划完成日期 @ApiModelProperty(value = "计划完成日期", name = "planTm") private String planTm; // 建议修复措施 @ApiModelProperty(value = "建议修复措施", name = "adNm") private String adNm; // 组长ID @ApiModelProperty(value = "组长ID", name = "groupLeaderId") private String groupLeaderId; // 组长名称 @ApiModelProperty(value = "组长", name = "groupLeader") private String groupLeader; // 组长电话 @ApiModelProperty(value = "组长电话", name = "groupLeaderTel") private String groupLeaderTel; // 记录人员ID @ApiModelProperty(value = "记录人员ID", name = "recPersId") private String recPersId; // 记录人员名称 @ApiModelProperty(value = "记录人员", name = "recPers") private String recPers; // 记录人员电话 @ApiModelProperty(value = "记录人员电话", name = "recPersTel") private String recPersTel; // 录入单位ID @ApiModelProperty(value = "录入单位ID", name = "indp") private String indp; // 创建时间 @ApiModelProperty(value = "创建时间", name = "intm") private String intm; // 最后修改时间 @ApiModelProperty(value = "最后修改时间", name = "uptm") private String uptm; // 备注 @ApiModelProperty(value = "备注", name = "note") private String note; // 附件ID @ApiModelProperty(value = "附件ID", name = "attachid") private String attachid; // 数据状态 @ApiModelProperty(value = "数据状态", name = "dataStat") private String dataStat; // 登记表状态 @ApiModelProperty(value = "登记表状态", name = "state") private String state; //问题数量 @ApiModelProperty(value = "问题数量", name = "problmNum") private int problmNum; // 位置 @ApiModelProperty(value = "位置", name = "loac") private String loac; // 所在行政区划代码 @ApiModelProperty(value = "所在行政区划代码", name = "locAd") private String locAd; //问题列表 @ApiModelProperty(value = "问题列表", name = "list") private List list; @ApiModelProperty(value = "组ID", name = "groupId") private String groupId; @ApiModelProperty("项目状况") private String prjState; @ApiModelProperty("") private String wtdstDtle; @ApiModelProperty("主要工程量") private String wtdstWrkam; @ApiModelProperty("水毁等级") private String wtdstLev; @ApiModelProperty("暗访日期") private Date chkTime; @ApiModelProperty("是否省属(1:是;2:否)") private String provincial; private String adFullName; public String getAdFullName() { return adFullName; } public void setAdFullName(String adFullName) { this.adFullName = adFullName; } public String getPrjState() { return prjState; } public Date getChkTime() { return chkTime; } public void setChkTime(Date chkTime) { this.chkTime = chkTime; } public String getWtdstLev() { return wtdstLev; } public void setWtdstLev(String wtdstLev) { this.wtdstLev = wtdstLev; } public String getWtdstWrkam() { return wtdstWrkam; } public void setWtdstWrkam(String wtdstWrkam) { this.wtdstWrkam = wtdstWrkam; } public String getWtdstDtle() { return wtdstDtle; } public void setWtdstDtle(String wtdstDtle) { this.wtdstDtle = wtdstDtle; } public void setPrjState(String prjState) { this.prjState = prjState; } public String getOrgId() { return orgId; } public void setOrgId(String orgId) { this.orgId = orgId; } public Double getCost() { return cost; } public void setCost(Double cost) { this.cost = cost; } public Double getPlanRcvr() { return planRcvr; } public void setPlanRcvr(Double planRcvr) { this.planRcvr = planRcvr; } public String getGroupId() { return groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getLocAd() { return locAd; } public void setLocAd(String locAd) { this.locAd = locAd; } public String getLoac() { return loac; } public void setLoac(String loac) { this.loac = loac; } public int getProblmNum() { return problmNum; } public void setProblmNum(int problmNum) { this.problmNum = problmNum; } public List getList() { return list; } public void setList(List list) { this.list = list; } public String getTrackId() { return trackId; } public void setTrackId(String trackId) { this.trackId = trackId; } public String getObjId() { return objId; } public void setObjId(String objId) { this.objId = objId; } public String getMangNm() { return mangNm; } public void setMangNm(String mangNm) { this.mangNm = mangNm; } public String getDisContent() { return disContent; } public void setDisContent(String disContent) { this.disContent = disContent; } public String getWkstate() { return wkstate; } public void setWkstate(String wkstate) { this.wkstate = wkstate; } public String getPlanTm() { return planTm; } public void setPlanTm(String planTm) { this.planTm = planTm; } public String getAdNm() { return adNm; } public void setAdNm(String adNm) { this.adNm = adNm; } 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 String getIndp() { return indp; } public void setIndp(String indp) { this.indp = indp; } public String getIntm() { return intm; } public void setIntm(String intm) { this.intm = intm; } public String getUptm() { return uptm; } public void setUptm(String uptm) { this.uptm = uptm; } public String getNote() { return note; } public void setNote(String note) { this.note = note; } public String getAttachid() { return attachid; } public void setAttachid(String attachid) { this.attachid = attachid; } public String getDataStat() { return dataStat; } public void setDataStat(String dataStat) { this.dataStat = dataStat; } public String getState() { return state; } public void setState(String state) { this.state = state; } public String getObjType() { return objType; } public void setObjType(String objType) { this.objType = objType; } public String getObjCode() { return objCode; } public void setObjCode(String objCode) { this.objCode = objCode; } public String getObjName() { return objName; } public void setObjName(String objName) { this.objName = objName; } public Double getCenterXGd() { return centerXGd; } public void setCenterXGd(Double centerXGd) { this.centerXGd = centerXGd; } public Double getCenterYGd() { return centerYGd; } public void setCenterYGd(Double centerYGd) { this.centerYGd = centerYGd; } public BisInspWtdstDetailDto() { } public String getWtdstId() { return wtdstId; } public void setWtdstId(String wtdstId) { this.wtdstId = wtdstId; } public String getWtdstType() { return wtdstType; } public void setWtdstType(String wtdstType) { this.wtdstType = wtdstType; } public String getWtdstNm() { return wtdstNm; } public void setWtdstNm(String wtdstNm) { this.wtdstNm = wtdstNm; } public Double getWtdstLgtd() { return wtdstLgtd; } public void setWtdstLgtd(Double wtdstLgtd) { this.wtdstLgtd = wtdstLgtd; } public Double getWtdstLttd() { return wtdstLttd; } public void setWtdstLttd(Double wtdstLttd) { this.wtdstLttd = wtdstLttd; } public String getLocNm() { return locNm; } public void setLocNm(String locNm) { this.locNm = locNm; } public String getProvincial() { return provincial; } public void setProvincial(String provincial) { this.provincial = provincial; } }