0ff36c6bb5fb6d0a7322534a95046ebbe6f25f02.svn-base 14 KB

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