| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462 |
- package cn.com.goldenwater.dcproj.model;
- import java.io.Serializable;
- import io.swagger.annotations.ApiModelProperty;
- import cn.com.goldenwater.core.model.BaseBean;
- import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
- /**
- * entity:BisInspGrw
- *
- * @author zhengdafei
- * @date 2019-3-29
- */
- @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
- public class BisInspGrw extends BaseBean implements Serializable {
- private static final long serialVersionUID = 1L;
- //主键(主键)
- @ApiModelProperty(value = "主键(长度:32,主键,可为空:N,默认值:SYS_GUID() )", notes = "主键", required = true)
- private String id;
- //监测数据质量和到报率现场比测精度误差(cm) [0,100]
- @ApiModelProperty(value = "监测数据质量和到报率现场比测精度误差(cm) [0,100](精度:3,可为空:Y)")
- private Long repeatability;
- //最后更新时间
- @ApiModelProperty(value = "最后更新时间(长度:7,可为空:Y)")
- private String upTm;
- //测量工具与人员测量人员是否操作规范、熟练 打分
- @ApiModelProperty(value = "测量工具与人员测量人员是否操作规范、熟练 打分(精度:2,可为空:Y)")
- private Long toolProfScore;
- //测量工具与人员 是否配备检测工具
- @ApiModelProperty(value = "测量工具与人员 是否配备检测工具(长度:1,可为空:Y)")
- private String flagTool;
- //督查对象ID
- @ApiModelProperty(value = "督查对象ID(长度:32,可为空:N)")
- private String objId;
- //监测频率 字典 DAY:日 FDAY:五日 OTHER:其他
- @ApiModelProperty(value = "监测频率 字典 DAY:日 FDAY:五日 OTHER:其他(长度:12,可为空:Y)")
- private String monitorRate;
- //测量工具与人员测具是否符合有关技术要求 打分
- @ApiModelProperty(value = "测量工具与人员测具是否符合有关技术要求 打分(精度:2,可为空:Y)")
- private Long toolTsoScore;
- //检查人员评价
- @ApiModelProperty(value = "检查人员评价(长度:4,000,可为空:Y)")
- private String checkComment;
- //基本信息与基础设施测站有无简易保护措施
- @ApiModelProperty(value = "基本信息与基础设施测站有无简易保护措施(长度:1,可为空:Y)")
- private String flagSafeguard;
- //基本信息与基础设施是否有标志牌得分 是 10分,否0分
- @ApiModelProperty(value = "基本信息与基础设施是否有标志牌得分 是 10分,否0分(精度:2,可为空:Y)")
- private Long signScore;
- //委托观测人员是否经过培训打分
- @ApiModelProperty(value = "委托观测人员是否经过培训打分(精度:2,可为空:Y)")
- private Long trainScore;
- //创建时间
- @ApiModelProperty(value = "创建时间(长度:7,可为空:Y)")
- private String inTm;;
- //基本信息与基础设施是否有水准点 是 5 分 0分
- @ApiModelProperty(value = "基本信息与基础设施是否有水准点 是 5 分 0分(精度:2,可为空:Y)")
- private Long markScore;
- //监测数据质量和到报率现场比测精度误差得分
- @ApiModelProperty(value = "监测数据质量和到报率现场比测精度误差得分(精度:2,可为空:Y)")
- private Long repeatabilityScore;
- //总分 [0,100]
- @ApiModelProperty(value = "总分 [0,100](精度:3,可为空:Y)")
- private Long allScore;
- //基本信息与基础设施测站有无简易保护措施得分
- @ApiModelProperty(value = "基本信息与基础设施测站有无简易保护措施得分(精度:2,可为空:Y)")
- private Long safeguardScore;
- //基本信息与基础设施是否准确
- @ApiModelProperty(value = "基本信息与基础设施是否准确(长度:1,可为空:Y)")
- private String flagExact;
- //测量工具与人员 是否配备检测工具打分
- @ApiModelProperty(value = "测量工具与人员 是否配备检测工具打分(精度:2,可为空:Y)")
- private Long toolScore;
- //基本信息与基础设施是否准确得分 是 5 分 0分
- @ApiModelProperty(value = "基本信息与基础设施是否准确得分 是 5 分 0分(精度:2,可为空:Y)")
- private Long exactScore;
- //督查状态 0未督查 1督查中 2已督查
- @ApiModelProperty(value = "督查状态 0未督查 1督查中 2已督查(长度:12,可为空:Y,默认值:'0')")
- private String inspState;
- //人工监测数据报送是否及时
- @ApiModelProperty(value = "人工监测数据报送是否及时(精度:2,可为空:Y)")
- private Long handScore;
- //测站名称
- @ApiModelProperty(value = "测站名称(长度:100,可为空:Y)")
- private String stnm;
- //数据是否有效 1 0
- @ApiModelProperty(value = "数据是否有效 1 0 (长度:1,可为空:Y,默认值:'1')")
- private String flagValid;
- //监测数据质量和到报率单站月统计到报率(%) [0,100]
- @ApiModelProperty(value = "监测数据质量和到报率单站月统计到报率(%) [0,100](精度:3,可为空:Y)")
- private Long percentage;
- //测站类别 国家级:NATIONAL 省级自动:PROVAUTO 省级手动:PROVHAND
- @ApiModelProperty(value = "测站类别 国家级:NATIONAL 省级自动:PROVAUTO 省级手动:PROVHAND 省级监测站(未知手动自动):PROV(长度:12,可为空:N)")
- private String sttp;
- //测站编码
- @ApiModelProperty(value = "测站编码(长度:20,可为空:N)")
- private String stcd;
- //检测数据质量和到报率填报状态 1已填报 0未填报
- @ApiModelProperty(value = "检测数据质量和到报率填报状态 1已填报 0未填报(长度:1,可为空:Y,默认值:'0')")
- private String percentageStatus;
- //填录入人ID
- @ApiModelProperty(value = "填录入人ID(长度:50,可为空:Y)")
- private String checkPid;
- //监测数据质量和到报率单站月统计到报率得分
- @ApiModelProperty(value = "监测数据质量和到报率单站月统计到报率得分(精度:2,可为空:Y)")
- private Long percentageScore;
- //井口保护设施保护筒外管是否完好无损坏打分
- @ApiModelProperty(value = "井口保护设施保护筒外管是否完好无损坏打分(精度:2,可为空:Y)")
- private Long wellProtScore;
- //基本信息与基础设施是否有水准点0 否 1 有
- @ApiModelProperty(value = "基本信息与基础设施是否有水准点0 否 1 有(长度:1,可为空:Y)")
- private String flagMark;
- //基本信息与基础设施是否有标志牌 0 否 1 有
- @ApiModelProperty(value = "基本信息与基础设施是否有标志牌 0 否 1 有(长度:1,可为空:Y)")
- private String flagSign;
- //测站维护管理填报状态 1已填报 0未填报
- @ApiModelProperty(value = "测站维护管理填报状态 1已填报 0未填报(长度:1,可为空:Y,默认值:'0')")
- private String maintainStatus;
- //填录人姓名
- @ApiModelProperty(value = "填录人姓名(长度:50,可为空:Y)")
- private String checkPname;
- //委托观测人员是否经过培训
- @ApiModelProperty(value = "委托观测人员是否经过培训(长度:1,可为空:Y)")
- private String flagTrain;
- //测站地址
- @ApiModelProperty(value = "测站地址(长度:100,可为空:Y)")
- private String stlc;
- @ApiModelProperty("登记表添加时间")
- private String intm;
- private String uptm;
- public BisInspGrw() {
- }
- public String getUptm() {
- return uptm;
- }
- public void setUptm(String uptm) {
- this.uptm = uptm;
- }
- public String getIntm() {
- return intm;
- }
- public void setIntm(String intm) {
- this.intm = intm;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public Long getRepeatability() {
- return repeatability;
- }
- public void setRepeatability(Long repeatability) {
- this.repeatability = repeatability;
- }
- public Long getToolProfScore() {
- return toolProfScore;
- }
- public void setToolProfScore(Long toolProfScore) {
- this.toolProfScore = toolProfScore;
- }
- public String getFlagTool() {
- return flagTool;
- }
- public void setFlagTool(String flagTool) {
- this.flagTool = flagTool;
- }
- @Override
- public String getObjId() {
- return objId;
- }
- @Override
- public void setObjId(String objId) {
- this.objId = objId;
- }
- public String getMonitorRate() {
- return monitorRate;
- }
- public void setMonitorRate(String monitorRate) {
- this.monitorRate = monitorRate;
- }
- public Long getToolTsoScore() {
- return toolTsoScore;
- }
- public void setToolTsoScore(Long toolTsoScore) {
- this.toolTsoScore = toolTsoScore;
- }
- public String getCheckComment() {
- return checkComment;
- }
- public void setCheckComment(String checkComment) {
- this.checkComment = checkComment;
- }
- public String getFlagSafeguard() {
- return flagSafeguard;
- }
- public void setFlagSafeguard(String flagSafeguard) {
- this.flagSafeguard = flagSafeguard;
- }
- public Long getSignScore() {
- return signScore;
- }
- public void setSignScore(Long signScore) {
- this.signScore = signScore;
- }
- public Long getTrainScore() {
- return trainScore;
- }
- public void setTrainScore(Long trainScore) {
- this.trainScore = trainScore;
- }
- public static long getSerialVersionUID() {
- return serialVersionUID;
- }
- public String getUpTm() {
- return upTm;
- }
- public void setUpTm(String upTm) {
- this.upTm = upTm;
- }
- public String getInTm() {
- return inTm;
- }
- public void setInTm(String inTm) {
- this.inTm = inTm;
- }
- public Long getMarkScore() {
- return markScore;
- }
- public void setMarkScore(Long markScore) {
- this.markScore = markScore;
- }
- public Long getRepeatabilityScore() {
- return repeatabilityScore;
- }
- public void setRepeatabilityScore(Long repeatabilityScore) {
- this.repeatabilityScore = repeatabilityScore;
- }
- public Long getAllScore() {
- return allScore;
- }
- public void setAllScore(Long allScore) {
- this.allScore = allScore;
- }
- public Long getSafeguardScore() {
- return safeguardScore;
- }
- public void setSafeguardScore(Long safeguardScore) {
- this.safeguardScore = safeguardScore;
- }
- public String getFlagExact() {
- return flagExact;
- }
- public void setFlagExact(String flagExact) {
- this.flagExact = flagExact;
- }
- public Long getToolScore() {
- return toolScore;
- }
- public void setToolScore(Long toolScore) {
- this.toolScore = toolScore;
- }
- public Long getExactScore() {
- return exactScore;
- }
- public void setExactScore(Long exactScore) {
- this.exactScore = exactScore;
- }
- public String getInspState() {
- return inspState;
- }
- public void setInspState(String inspState) {
- this.inspState = inspState;
- }
- public Long getHandScore() {
- return handScore;
- }
- public void setHandScore(Long handScore) {
- this.handScore = handScore;
- }
- public String getStnm() {
- return stnm;
- }
- public void setStnm(String stnm) {
- this.stnm = stnm;
- }
- public String getFlagValid() {
- return flagValid;
- }
- public void setFlagValid(String flagValid) {
- this.flagValid = flagValid;
- }
- public Long getPercentage() {
- return percentage;
- }
- public void setPercentage(Long percentage) {
- this.percentage = percentage;
- }
- public String getSttp() {
- return sttp;
- }
- public void setSttp(String sttp) {
- this.sttp = sttp;
- }
- public String getStcd() {
- return stcd;
- }
- public void setStcd(String stcd) {
- this.stcd = stcd;
- }
- public String getPercentageStatus() {
- return percentageStatus;
- }
- public void setPercentageStatus(String percentageStatus) {
- this.percentageStatus = percentageStatus;
- }
- public String getCheckPid() {
- return checkPid;
- }
- public void setCheckPid(String checkPid) {
- this.checkPid = checkPid;
- }
- public Long getPercentageScore() {
- return percentageScore;
- }
- public void setPercentageScore(Long percentageScore) {
- this.percentageScore = percentageScore;
- }
- public Long getWellProtScore() {
- return wellProtScore;
- }
- public void setWellProtScore(Long wellProtScore) {
- this.wellProtScore = wellProtScore;
- }
- public String getFlagMark() {
- return flagMark;
- }
- public void setFlagMark(String flagMark) {
- this.flagMark = flagMark;
- }
- public String getFlagSign() {
- return flagSign;
- }
- public void setFlagSign(String flagSign) {
- this.flagSign = flagSign;
- }
- public String getMaintainStatus() {
- return maintainStatus;
- }
- public void setMaintainStatus(String maintainStatus) {
- this.maintainStatus = maintainStatus;
- }
- public String getCheckPname() {
- return checkPname;
- }
- public void setCheckPname(String checkPname) {
- this.checkPname = checkPname;
- }
- public String getFlagTrain() {
- return flagTrain;
- }
- public void setFlagTrain(String flagTrain) {
- this.flagTrain = flagTrain;
- }
- public String getStlc() {
- return stlc;
- }
- public void setStlc(String stlc) {
- this.stlc = stlc;
- }
- @Override
- public String toString() {
- return "BisInspGrw [" + "id=" + id + ", repeatability=" + repeatability + ", toolProfScore=" + toolProfScore + ", flagTool=" + flagTool + ", objId=" + objId + ", monitorRate=" + monitorRate + ", toolTsoScore=" + toolTsoScore + ", checkComment=" + checkComment + ", flagSafeguard=" + flagSafeguard + ", signScore=" + signScore + ", trainScore=" + trainScore + ", markScore=" + markScore + ", repeatabilityScore=" + repeatabilityScore + ", allScore=" + allScore + ", safeguardScore=" + safeguardScore + ", flagExact=" + flagExact + ", toolScore=" + toolScore + ", exactScore=" + exactScore + ", inspState=" + inspState + ", handScore=" + handScore + ", stnm=" + stnm + ", flagValid=" + flagValid + ", percentage=" + percentage + ", sttp=" + sttp + ", stcd=" + stcd + ", percentageStatus=" + percentageStatus + ", checkPid=" + checkPid + ", percentageScore=" + percentageScore + ", wellProtScore=" + wellProtScore + ", flagMark=" + flagMark + ", flagSign=" + flagSign + ", maintainStatus=" + maintainStatus + ", checkPname=" + checkPname + ", flagTrain=" + flagTrain + ", stlc=" + stlc + "]";
- }
- }
|