28f76a88c01fbacb5a1d9e72493cbd257feff7b2.svn-base 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. import cn.com.goldenwater.core.model.BaseBean;
  5. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  6. import io.swagger.annotations.ApiModelProperty;
  7. /**
  8. * entity:BisInspFjpjmgdp
  9. *
  10. * @author lhc
  11. * @date 2023-11-8
  12. */
  13. @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
  14. public class BisInspFjpjmgdp extends BaseBean implements Serializable {
  15. // ID
  16. @ApiModelProperty(value = "ID", name = "id")
  17. private String id;
  18. // 督查对象ID
  19. @ApiModelProperty(value = "督查对象ID", name = "objId")
  20. private String objId;
  21. // 水利工程管理单位名称
  22. @ApiModelProperty(value = "水利工程管理单位名称", name = "name")
  23. private String name;
  24. // 行政区划编码
  25. @ApiModelProperty(value = "行政区划编码", name = "adCode")
  26. private String adCode;
  27. // 行政区划
  28. @ApiModelProperty(value = "行政区划", name = "adName")
  29. private String adName;
  30. // 注册地址
  31. @ApiModelProperty(value = "注册地址", name = "regAddr")
  32. private String regAddr;
  33. // 地址
  34. @ApiModelProperty(value = "地址", name = "busAddr")
  35. private String busAddr;
  36. // 联系人
  37. @ApiModelProperty(value = "联系人", name = "conPers")
  38. private String conPers;
  39. // 联系人电话
  40. @ApiModelProperty(value = "联系人电话", name = "conPersTel")
  41. private String conPersTel;
  42. // 经度
  43. @ApiModelProperty(value = "经度", name = "centerX")
  44. private Double centerX;
  45. // 纬度
  46. @ApiModelProperty(value = "纬度", name = "centerY")
  47. private Double centerY;
  48. // 高德经度
  49. @ApiModelProperty(value = "高德经度", name = "gdX")
  50. private Double gdX;
  51. // 高德纬度
  52. @ApiModelProperty(value = "高德纬度", name = "gdY")
  53. private Double gdY;
  54. // 记录人员ID
  55. @ApiModelProperty(value = "记录人员ID", name = "persId")
  56. private String persId;
  57. // 创建时间
  58. @ApiModelProperty(value = "创建时间", name = "intm")
  59. private Date intm;
  60. // 最后修改时间
  61. @ApiModelProperty(value = "最后修改时间", name = "uptm")
  62. private Date uptm;
  63. // 备注
  64. @ApiModelProperty(value = "备注", name = "note")
  65. private String note;
  66. // 数据状态
  67. @ApiModelProperty(value = "数据状态", name = "dataStat")
  68. private String dataStat;
  69. // 1、目标职责(130) 填报状态
  70. @ApiModelProperty(value = "1、目标职责(130) 填报状态", name = "trgtStat")
  71. private String trgtStat;
  72. // 2、制度化管理(80分)状态
  73. @ApiModelProperty(value = "2、制度化管理(80分)状态", name = "systemStat")
  74. private String systemStat;
  75. // 3、教育培训(70分)状态
  76. @ApiModelProperty(value = "3、教育培训(70分)状态", name = "tvetStat")
  77. private String tvetStat;
  78. // 4、现场管理(470分)状态
  79. @ApiModelProperty(value = "4、现场管理(470分)状态", name = "imgrStat")
  80. private String imgrStat;
  81. // 5、安全风险管控及隐患排查治理(140分)
  82. @ApiModelProperty(value = "5、安全风险管控及隐患排查治理(140分)", name = "safdlStat")
  83. private String safdlStat;
  84. // 6、应急管理(50分)
  85. @ApiModelProperty(value = "6、应急管理(50分)", name = "emStat")
  86. private String emStat;
  87. // 7、事故管理(30分)
  88. @ApiModelProperty(value = "7、事故管理(30分)", name = "amStat")
  89. private String amStat;
  90. // 8、持续改进(30分)
  91. @ApiModelProperty(value = "8、持续改进(30分)", name = "cimtStat")
  92. private String cimtStat;
  93. // 1、目标职责(130分)得分
  94. @ApiModelProperty(value = "1、目标职责(130分)得分", name = "trgtTatl")
  95. private Double trgtTatl;
  96. // 2、制度化管理(80分)得分
  97. @ApiModelProperty(value = "2、制度化管理(80分)得分", name = "systemTatl")
  98. private Double systemTatl;
  99. // 3、教育培训(70分)得分
  100. @ApiModelProperty(value = "3、教育培训(70分)得分", name = "tvetTatl")
  101. private Double tvetTatl;
  102. // 4、现场管理(470分)得分
  103. @ApiModelProperty(value = "4、现场管理(470分)得分", name = "imgrTatl")
  104. private Double imgrTatl;
  105. // 5、安全风险管控及隐患排查治理(140分)得分
  106. @ApiModelProperty(value = "5、安全风险管控及隐患排查治理(140分)得分", name = "safdlTatl")
  107. private Double safdlTatl;
  108. // 6、应急管理(50分)得分
  109. @ApiModelProperty(value = "6、应急管理(50分)得分", name = "emTatl")
  110. private Double emTatl;
  111. // 7、事故管理(30分)得分
  112. @ApiModelProperty(value = "7、事故管理(30分)得分", name = "amTatl")
  113. private Double amTatl;
  114. // 8、持续改进(30分) 得分
  115. @ApiModelProperty(value = "8、持续改进(30分) 得分", name = "cimtTatl")
  116. private Double cimtTatl;
  117. // 总分
  118. @ApiModelProperty(value = "总分", name = "tatl")
  119. private Double tatl;
  120. // 1、目标职责(130分) 缺项分
  121. @ApiModelProperty(value = "1、目标职责(130分) 缺项分", name = "trgtLac")
  122. private Double trgtLac;
  123. // 2、制度化管理(80分)缺项分
  124. @ApiModelProperty(value = "2、制度化管理(80分)缺项分", name = "systemLac")
  125. private Double systemLac;
  126. // 3、教育培训(70分)缺项分
  127. @ApiModelProperty(value = "3、教育培训(70分)缺项分", name = "tvetLac")
  128. private Double tvetLac;
  129. // 4、现场管理(470分)缺项分
  130. @ApiModelProperty(value = "4、现场管理(470分)缺项分", name = "imgrLac")
  131. private Double imgrLac;
  132. // 5、安全风险管控及隐患排查治理(140分)缺项分
  133. @ApiModelProperty(value = "5、安全风险管控及隐患排查治理(140分)缺项分", name = "safdlLac")
  134. private Double safdlLac;
  135. // 6、应急管理(50分)缺项分
  136. @ApiModelProperty(value = "6、应急管理(50分)缺项分", name = "emLac")
  137. private Double emLac;
  138. // 7、事故管理(30分)缺项分
  139. @ApiModelProperty(value = "7、事故管理(30分)缺项分", name = "amLac")
  140. private Double amLac;
  141. // 8、持续改进(30分)缺项分
  142. @ApiModelProperty(value = "8、持续改进(30分)缺项分", name = "cimtLac")
  143. private Double cimtLac;
  144. // 评定得分
  145. @ApiModelProperty(value = "评定得分", name = "ratSoc")
  146. private Double ratSoc;
  147. // 督查状态(0:未督查;1:督查中;2:已督查)
  148. @ApiModelProperty(value = "督查状态(0:未督查;1:督查中;2:已督查)", name = "state")
  149. private String state;
  150. @ApiModelProperty(value = "是否符合申请条件 1 符合 2 不符合", name = "IS_CNFM")
  151. private String isCnfm;
  152. public String getIsCnfm() {
  153. return isCnfm;
  154. }
  155. public void setIsCnfm(String isCnfm) {
  156. this.isCnfm = isCnfm;
  157. }
  158. public BisInspFjpjmgdp() {
  159. }
  160. public String getId() {
  161. return id;
  162. }
  163. public void setId(String id) {
  164. this.id = id;
  165. }
  166. public String getObjId() {
  167. return objId;
  168. }
  169. public void setObjId(String objId) {
  170. this.objId = objId;
  171. }
  172. public String getName() {
  173. return name;
  174. }
  175. public void setName(String name) {
  176. this.name = name;
  177. }
  178. public String getAdCode() {
  179. return adCode;
  180. }
  181. public void setAdCode(String adCode) {
  182. this.adCode = adCode;
  183. }
  184. public String getAdName() {
  185. return adName;
  186. }
  187. public void setAdName(String adName) {
  188. this.adName = adName;
  189. }
  190. public String getRegAddr() {
  191. return regAddr;
  192. }
  193. public void setRegAddr(String regAddr) {
  194. this.regAddr = regAddr;
  195. }
  196. public String getBusAddr() {
  197. return busAddr;
  198. }
  199. public void setBusAddr(String busAddr) {
  200. this.busAddr = busAddr;
  201. }
  202. public String getConPers() {
  203. return conPers;
  204. }
  205. public void setConPers(String conPers) {
  206. this.conPers = conPers;
  207. }
  208. public String getConPersTel() {
  209. return conPersTel;
  210. }
  211. public void setConPersTel(String conPersTel) {
  212. this.conPersTel = conPersTel;
  213. }
  214. public Double getCenterX() {
  215. return centerX;
  216. }
  217. public void setCenterX(Double centerX) {
  218. this.centerX = centerX;
  219. }
  220. public Double getCenterY() {
  221. return centerY;
  222. }
  223. public void setCenterY(Double centerY) {
  224. this.centerY = centerY;
  225. }
  226. public Double getGdX() {
  227. return gdX;
  228. }
  229. public void setGdX(Double gdX) {
  230. this.gdX = gdX;
  231. }
  232. public Double getGdY() {
  233. return gdY;
  234. }
  235. public void setGdY(Double gdY) {
  236. this.gdY = gdY;
  237. }
  238. public String getPersId() {
  239. return persId;
  240. }
  241. public void setPersId(String persId) {
  242. this.persId = persId;
  243. }
  244. public Date getIntm() {
  245. return intm;
  246. }
  247. public void setIntm(Date intm) {
  248. this.intm = intm;
  249. }
  250. public Date getUptm() {
  251. return uptm;
  252. }
  253. public void setUptm(Date uptm) {
  254. this.uptm = uptm;
  255. }
  256. public String getNote() {
  257. return note;
  258. }
  259. public void setNote(String note) {
  260. this.note = note;
  261. }
  262. public String getDataStat() {
  263. return dataStat;
  264. }
  265. public void setDataStat(String dataStat) {
  266. this.dataStat = dataStat;
  267. }
  268. public String getTrgtStat() {
  269. return trgtStat;
  270. }
  271. public void setTrgtStat(String trgtStat) {
  272. this.trgtStat = trgtStat;
  273. }
  274. public String getSystemStat() {
  275. return systemStat;
  276. }
  277. public void setSystemStat(String systemStat) {
  278. this.systemStat = systemStat;
  279. }
  280. public String getTvetStat() {
  281. return tvetStat;
  282. }
  283. public void setTvetStat(String tvetStat) {
  284. this.tvetStat = tvetStat;
  285. }
  286. public String getImgrStat() {
  287. return imgrStat;
  288. }
  289. public void setImgrStat(String imgrStat) {
  290. this.imgrStat = imgrStat;
  291. }
  292. public String getSafdlStat() {
  293. return safdlStat;
  294. }
  295. public void setSafdlStat(String safdlStat) {
  296. this.safdlStat = safdlStat;
  297. }
  298. public String getEmStat() {
  299. return emStat;
  300. }
  301. public void setEmStat(String emStat) {
  302. this.emStat = emStat;
  303. }
  304. public String getAmStat() {
  305. return amStat;
  306. }
  307. public void setAmStat(String amStat) {
  308. this.amStat = amStat;
  309. }
  310. public String getCimtStat() {
  311. return cimtStat;
  312. }
  313. public void setCimtStat(String cimtStat) {
  314. this.cimtStat = cimtStat;
  315. }
  316. public Double getTrgtTatl() {
  317. return trgtTatl;
  318. }
  319. public void setTrgtTatl(Double trgtTatl) {
  320. this.trgtTatl = trgtTatl;
  321. }
  322. public Double getSystemTatl() {
  323. return systemTatl;
  324. }
  325. public void setSystemTatl(Double systemTatl) {
  326. this.systemTatl = systemTatl;
  327. }
  328. public Double getTvetTatl() {
  329. return tvetTatl;
  330. }
  331. public void setTvetTatl(Double tvetTatl) {
  332. this.tvetTatl = tvetTatl;
  333. }
  334. public Double getImgrTatl() {
  335. return imgrTatl;
  336. }
  337. public void setImgrTatl(Double imgrTatl) {
  338. this.imgrTatl = imgrTatl;
  339. }
  340. public Double getSafdlTatl() {
  341. return safdlTatl;
  342. }
  343. public void setSafdlTatl(Double safdlTatl) {
  344. this.safdlTatl = safdlTatl;
  345. }
  346. public Double getEmTatl() {
  347. return emTatl;
  348. }
  349. public void setEmTatl(Double emTatl) {
  350. this.emTatl = emTatl;
  351. }
  352. public Double getAmTatl() {
  353. return amTatl;
  354. }
  355. public void setAmTatl(Double amTatl) {
  356. this.amTatl = amTatl;
  357. }
  358. public Double getCimtTatl() {
  359. return cimtTatl;
  360. }
  361. public void setCimtTatl(Double cimtTatl) {
  362. this.cimtTatl = cimtTatl;
  363. }
  364. public Double getTatl() {
  365. return tatl;
  366. }
  367. public void setTatl(Double tatl) {
  368. this.tatl = tatl;
  369. }
  370. public Double getTrgtLac() {
  371. return trgtLac;
  372. }
  373. public void setTrgtLac(Double trgtLac) {
  374. this.trgtLac = trgtLac;
  375. }
  376. public Double getSystemLac() {
  377. return systemLac;
  378. }
  379. public void setSystemLac(Double systemLac) {
  380. this.systemLac = systemLac;
  381. }
  382. public Double getTvetLac() {
  383. return tvetLac;
  384. }
  385. public void setTvetLac(Double tvetLac) {
  386. this.tvetLac = tvetLac;
  387. }
  388. public Double getImgrLac() {
  389. return imgrLac;
  390. }
  391. public void setImgrLac(Double imgrLac) {
  392. this.imgrLac = imgrLac;
  393. }
  394. public Double getSafdlLac() {
  395. return safdlLac;
  396. }
  397. public void setSafdlLac(Double safdlLac) {
  398. this.safdlLac = safdlLac;
  399. }
  400. public Double getEmLac() {
  401. return emLac;
  402. }
  403. public void setEmLac(Double emLac) {
  404. this.emLac = emLac;
  405. }
  406. public Double getAmLac() {
  407. return amLac;
  408. }
  409. public void setAmLac(Double amLac) {
  410. this.amLac = amLac;
  411. }
  412. public Double getCimtLac() {
  413. return cimtLac;
  414. }
  415. public void setCimtLac(Double cimtLac) {
  416. this.cimtLac = cimtLac;
  417. }
  418. public Double getRatSoc() {
  419. return ratSoc;
  420. }
  421. public void setRatSoc(Double ratSoc) {
  422. this.ratSoc = ratSoc;
  423. }
  424. public String getState() {
  425. return state;
  426. }
  427. public void setState(String state) {
  428. this.state = state;
  429. }
  430. @Override
  431. public String toString() {
  432. return "BisInspFjpjmgdp [" + "id=" + id + ", objId=" + objId + ", name=" + name + ", adCode=" + adCode + ", adName=" + adName + ", regAddr=" + regAddr + ", busAddr=" + busAddr + ", conPers=" + conPers + ", conPersTel=" + conPersTel + ", centerX=" + centerX + ", centerY=" + centerY + ", gdX=" + gdX + ", gdY=" + gdY + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", note=" + note + ", dataStat=" + dataStat + ", trgtStat=" + trgtStat + ", systemStat=" + systemStat + ", tvetStat=" + tvetStat + ", imgrStat=" + imgrStat + ", safdlStat=" + safdlStat + ", emStat=" + emStat + ", amStat=" + amStat + ", cimtStat=" + cimtStat + ", trgtTatl=" + trgtTatl + ", systemTatl=" + systemTatl + ", tvetTatl=" + tvetTatl + ", imgrTatl=" + imgrTatl + ", safdlTatl=" + safdlTatl + ", emTatl=" + emTatl + ", amTatl=" + amTatl + ", cimtTatl=" + cimtTatl + ", tatl=" + tatl + ", trgtLac=" + trgtLac + ", systemLac=" + systemLac + ", tvetLac=" + tvetLac + ", imgrLac=" + imgrLac + ", safdlLac=" + safdlLac + ", emLac=" + emLac + ", amLac=" + amLac + ", cimtLac=" + cimtLac + ", ratSoc=" + ratSoc + ", state=" + state + "]";
  433. }
  434. }