df5d25d59920f3cf15947e8c66d0ad2aa986eb6e.svn-base 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import io.swagger.annotations.ApiModelProperty;
  4. import cn.com.goldenwater.core.model.BaseBean;
  5. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  6. /**
  7. * entity:BisInspGrw
  8. *
  9. * @author zhengdafei
  10. * @date 2019-3-29
  11. */
  12. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  13. public class BisInspGrw extends BaseBean implements Serializable {
  14. private static final long serialVersionUID = 1L;
  15. //主键(主键)
  16. @ApiModelProperty(value = "主键(长度:32,主键,可为空:N,默认值:SYS_GUID() )", notes = "主键", required = true)
  17. private String id;
  18. //监测数据质量和到报率现场比测精度误差(cm) [0,100]
  19. @ApiModelProperty(value = "监测数据质量和到报率现场比测精度误差(cm) [0,100](精度:3,可为空:Y)")
  20. private Long repeatability;
  21. //最后更新时间
  22. @ApiModelProperty(value = "最后更新时间(长度:7,可为空:Y)")
  23. private String upTm;
  24. //测量工具与人员测量人员是否操作规范、熟练 打分
  25. @ApiModelProperty(value = "测量工具与人员测量人员是否操作规范、熟练 打分(精度:2,可为空:Y)")
  26. private Long toolProfScore;
  27. //测量工具与人员 是否配备检测工具
  28. @ApiModelProperty(value = "测量工具与人员 是否配备检测工具(长度:1,可为空:Y)")
  29. private String flagTool;
  30. //督查对象ID
  31. @ApiModelProperty(value = "督查对象ID(长度:32,可为空:N)")
  32. private String objId;
  33. //监测频率 字典 DAY:日 FDAY:五日 OTHER:其他
  34. @ApiModelProperty(value = "监测频率 字典 DAY:日 FDAY:五日 OTHER:其他(长度:12,可为空:Y)")
  35. private String monitorRate;
  36. //测量工具与人员测具是否符合有关技术要求 打分
  37. @ApiModelProperty(value = "测量工具与人员测具是否符合有关技术要求 打分(精度:2,可为空:Y)")
  38. private Long toolTsoScore;
  39. //检查人员评价
  40. @ApiModelProperty(value = "检查人员评价(长度:4,000,可为空:Y)")
  41. private String checkComment;
  42. //基本信息与基础设施测站有无简易保护措施
  43. @ApiModelProperty(value = "基本信息与基础设施测站有无简易保护措施(长度:1,可为空:Y)")
  44. private String flagSafeguard;
  45. //基本信息与基础设施是否有标志牌得分 是 10分,否0分
  46. @ApiModelProperty(value = "基本信息与基础设施是否有标志牌得分 是 10分,否0分(精度:2,可为空:Y)")
  47. private Long signScore;
  48. //委托观测人员是否经过培训打分
  49. @ApiModelProperty(value = "委托观测人员是否经过培训打分(精度:2,可为空:Y)")
  50. private Long trainScore;
  51. //创建时间
  52. @ApiModelProperty(value = "创建时间(长度:7,可为空:Y)")
  53. private String inTm;;
  54. //基本信息与基础设施是否有水准点 是 5 分 0分
  55. @ApiModelProperty(value = "基本信息与基础设施是否有水准点 是 5 分 0分(精度:2,可为空:Y)")
  56. private Long markScore;
  57. //监测数据质量和到报率现场比测精度误差得分
  58. @ApiModelProperty(value = "监测数据质量和到报率现场比测精度误差得分(精度:2,可为空:Y)")
  59. private Long repeatabilityScore;
  60. //总分 [0,100]
  61. @ApiModelProperty(value = "总分 [0,100](精度:3,可为空:Y)")
  62. private Long allScore;
  63. //基本信息与基础设施测站有无简易保护措施得分
  64. @ApiModelProperty(value = "基本信息与基础设施测站有无简易保护措施得分(精度:2,可为空:Y)")
  65. private Long safeguardScore;
  66. //基本信息与基础设施是否准确
  67. @ApiModelProperty(value = "基本信息与基础设施是否准确(长度:1,可为空:Y)")
  68. private String flagExact;
  69. //测量工具与人员 是否配备检测工具打分
  70. @ApiModelProperty(value = "测量工具与人员 是否配备检测工具打分(精度:2,可为空:Y)")
  71. private Long toolScore;
  72. //基本信息与基础设施是否准确得分 是 5 分 0分
  73. @ApiModelProperty(value = "基本信息与基础设施是否准确得分 是 5 分 0分(精度:2,可为空:Y)")
  74. private Long exactScore;
  75. //督查状态 0未督查 1督查中 2已督查
  76. @ApiModelProperty(value = "督查状态 0未督查 1督查中 2已督查(长度:12,可为空:Y,默认值:'0')")
  77. private String inspState;
  78. //人工监测数据报送是否及时
  79. @ApiModelProperty(value = "人工监测数据报送是否及时(精度:2,可为空:Y)")
  80. private Long handScore;
  81. //测站名称
  82. @ApiModelProperty(value = "测站名称(长度:100,可为空:Y)")
  83. private String stnm;
  84. //数据是否有效 1 0
  85. @ApiModelProperty(value = "数据是否有效 1 0 (长度:1,可为空:Y,默认值:'1')")
  86. private String flagValid;
  87. //监测数据质量和到报率单站月统计到报率(%) [0,100]
  88. @ApiModelProperty(value = "监测数据质量和到报率单站月统计到报率(%) [0,100](精度:3,可为空:Y)")
  89. private Long percentage;
  90. //测站类别 国家级:NATIONAL 省级自动:PROVAUTO 省级手动:PROVHAND
  91. @ApiModelProperty(value = "测站类别 国家级:NATIONAL 省级自动:PROVAUTO 省级手动:PROVHAND 省级监测站(未知手动自动):PROV(长度:12,可为空:N)")
  92. private String sttp;
  93. //测站编码
  94. @ApiModelProperty(value = "测站编码(长度:20,可为空:N)")
  95. private String stcd;
  96. //检测数据质量和到报率填报状态 1已填报 0未填报
  97. @ApiModelProperty(value = "检测数据质量和到报率填报状态 1已填报 0未填报(长度:1,可为空:Y,默认值:'0')")
  98. private String percentageStatus;
  99. //填录入人ID
  100. @ApiModelProperty(value = "填录入人ID(长度:50,可为空:Y)")
  101. private String checkPid;
  102. //监测数据质量和到报率单站月统计到报率得分
  103. @ApiModelProperty(value = "监测数据质量和到报率单站月统计到报率得分(精度:2,可为空:Y)")
  104. private Long percentageScore;
  105. //井口保护设施保护筒外管是否完好无损坏打分
  106. @ApiModelProperty(value = "井口保护设施保护筒外管是否完好无损坏打分(精度:2,可为空:Y)")
  107. private Long wellProtScore;
  108. //基本信息与基础设施是否有水准点0 否 1 有
  109. @ApiModelProperty(value = "基本信息与基础设施是否有水准点0 否 1 有(长度:1,可为空:Y)")
  110. private String flagMark;
  111. //基本信息与基础设施是否有标志牌 0 否 1 有
  112. @ApiModelProperty(value = "基本信息与基础设施是否有标志牌 0 否 1 有(长度:1,可为空:Y)")
  113. private String flagSign;
  114. //测站维护管理填报状态 1已填报 0未填报
  115. @ApiModelProperty(value = "测站维护管理填报状态 1已填报 0未填报(长度:1,可为空:Y,默认值:'0')")
  116. private String maintainStatus;
  117. //填录人姓名
  118. @ApiModelProperty(value = "填录人姓名(长度:50,可为空:Y)")
  119. private String checkPname;
  120. //委托观测人员是否经过培训
  121. @ApiModelProperty(value = "委托观测人员是否经过培训(长度:1,可为空:Y)")
  122. private String flagTrain;
  123. //测站地址
  124. @ApiModelProperty(value = "测站地址(长度:100,可为空:Y)")
  125. private String stlc;
  126. @ApiModelProperty("登记表添加时间")
  127. private String intm;
  128. private String uptm;
  129. public BisInspGrw() {
  130. }
  131. public String getUptm() {
  132. return uptm;
  133. }
  134. public void setUptm(String uptm) {
  135. this.uptm = uptm;
  136. }
  137. public String getIntm() {
  138. return intm;
  139. }
  140. public void setIntm(String intm) {
  141. this.intm = intm;
  142. }
  143. public String getId() {
  144. return id;
  145. }
  146. public void setId(String id) {
  147. this.id = id;
  148. }
  149. public Long getRepeatability() {
  150. return repeatability;
  151. }
  152. public void setRepeatability(Long repeatability) {
  153. this.repeatability = repeatability;
  154. }
  155. public Long getToolProfScore() {
  156. return toolProfScore;
  157. }
  158. public void setToolProfScore(Long toolProfScore) {
  159. this.toolProfScore = toolProfScore;
  160. }
  161. public String getFlagTool() {
  162. return flagTool;
  163. }
  164. public void setFlagTool(String flagTool) {
  165. this.flagTool = flagTool;
  166. }
  167. @Override
  168. public String getObjId() {
  169. return objId;
  170. }
  171. @Override
  172. public void setObjId(String objId) {
  173. this.objId = objId;
  174. }
  175. public String getMonitorRate() {
  176. return monitorRate;
  177. }
  178. public void setMonitorRate(String monitorRate) {
  179. this.monitorRate = monitorRate;
  180. }
  181. public Long getToolTsoScore() {
  182. return toolTsoScore;
  183. }
  184. public void setToolTsoScore(Long toolTsoScore) {
  185. this.toolTsoScore = toolTsoScore;
  186. }
  187. public String getCheckComment() {
  188. return checkComment;
  189. }
  190. public void setCheckComment(String checkComment) {
  191. this.checkComment = checkComment;
  192. }
  193. public String getFlagSafeguard() {
  194. return flagSafeguard;
  195. }
  196. public void setFlagSafeguard(String flagSafeguard) {
  197. this.flagSafeguard = flagSafeguard;
  198. }
  199. public Long getSignScore() {
  200. return signScore;
  201. }
  202. public void setSignScore(Long signScore) {
  203. this.signScore = signScore;
  204. }
  205. public Long getTrainScore() {
  206. return trainScore;
  207. }
  208. public void setTrainScore(Long trainScore) {
  209. this.trainScore = trainScore;
  210. }
  211. public static long getSerialVersionUID() {
  212. return serialVersionUID;
  213. }
  214. public String getUpTm() {
  215. return upTm;
  216. }
  217. public void setUpTm(String upTm) {
  218. this.upTm = upTm;
  219. }
  220. public String getInTm() {
  221. return inTm;
  222. }
  223. public void setInTm(String inTm) {
  224. this.inTm = inTm;
  225. }
  226. public Long getMarkScore() {
  227. return markScore;
  228. }
  229. public void setMarkScore(Long markScore) {
  230. this.markScore = markScore;
  231. }
  232. public Long getRepeatabilityScore() {
  233. return repeatabilityScore;
  234. }
  235. public void setRepeatabilityScore(Long repeatabilityScore) {
  236. this.repeatabilityScore = repeatabilityScore;
  237. }
  238. public Long getAllScore() {
  239. return allScore;
  240. }
  241. public void setAllScore(Long allScore) {
  242. this.allScore = allScore;
  243. }
  244. public Long getSafeguardScore() {
  245. return safeguardScore;
  246. }
  247. public void setSafeguardScore(Long safeguardScore) {
  248. this.safeguardScore = safeguardScore;
  249. }
  250. public String getFlagExact() {
  251. return flagExact;
  252. }
  253. public void setFlagExact(String flagExact) {
  254. this.flagExact = flagExact;
  255. }
  256. public Long getToolScore() {
  257. return toolScore;
  258. }
  259. public void setToolScore(Long toolScore) {
  260. this.toolScore = toolScore;
  261. }
  262. public Long getExactScore() {
  263. return exactScore;
  264. }
  265. public void setExactScore(Long exactScore) {
  266. this.exactScore = exactScore;
  267. }
  268. public String getInspState() {
  269. return inspState;
  270. }
  271. public void setInspState(String inspState) {
  272. this.inspState = inspState;
  273. }
  274. public Long getHandScore() {
  275. return handScore;
  276. }
  277. public void setHandScore(Long handScore) {
  278. this.handScore = handScore;
  279. }
  280. public String getStnm() {
  281. return stnm;
  282. }
  283. public void setStnm(String stnm) {
  284. this.stnm = stnm;
  285. }
  286. public String getFlagValid() {
  287. return flagValid;
  288. }
  289. public void setFlagValid(String flagValid) {
  290. this.flagValid = flagValid;
  291. }
  292. public Long getPercentage() {
  293. return percentage;
  294. }
  295. public void setPercentage(Long percentage) {
  296. this.percentage = percentage;
  297. }
  298. public String getSttp() {
  299. return sttp;
  300. }
  301. public void setSttp(String sttp) {
  302. this.sttp = sttp;
  303. }
  304. public String getStcd() {
  305. return stcd;
  306. }
  307. public void setStcd(String stcd) {
  308. this.stcd = stcd;
  309. }
  310. public String getPercentageStatus() {
  311. return percentageStatus;
  312. }
  313. public void setPercentageStatus(String percentageStatus) {
  314. this.percentageStatus = percentageStatus;
  315. }
  316. public String getCheckPid() {
  317. return checkPid;
  318. }
  319. public void setCheckPid(String checkPid) {
  320. this.checkPid = checkPid;
  321. }
  322. public Long getPercentageScore() {
  323. return percentageScore;
  324. }
  325. public void setPercentageScore(Long percentageScore) {
  326. this.percentageScore = percentageScore;
  327. }
  328. public Long getWellProtScore() {
  329. return wellProtScore;
  330. }
  331. public void setWellProtScore(Long wellProtScore) {
  332. this.wellProtScore = wellProtScore;
  333. }
  334. public String getFlagMark() {
  335. return flagMark;
  336. }
  337. public void setFlagMark(String flagMark) {
  338. this.flagMark = flagMark;
  339. }
  340. public String getFlagSign() {
  341. return flagSign;
  342. }
  343. public void setFlagSign(String flagSign) {
  344. this.flagSign = flagSign;
  345. }
  346. public String getMaintainStatus() {
  347. return maintainStatus;
  348. }
  349. public void setMaintainStatus(String maintainStatus) {
  350. this.maintainStatus = maintainStatus;
  351. }
  352. public String getCheckPname() {
  353. return checkPname;
  354. }
  355. public void setCheckPname(String checkPname) {
  356. this.checkPname = checkPname;
  357. }
  358. public String getFlagTrain() {
  359. return flagTrain;
  360. }
  361. public void setFlagTrain(String flagTrain) {
  362. this.flagTrain = flagTrain;
  363. }
  364. public String getStlc() {
  365. return stlc;
  366. }
  367. public void setStlc(String stlc) {
  368. this.stlc = stlc;
  369. }
  370. @Override
  371. public String toString() {
  372. 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 + "]";
  373. }
  374. }