72155d23a1bc36021679406391e0d59d0ba39f64.svn-base 13 KB

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