0a0a972227b12464fceb7d0e140845dfa9f58fcf.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:BisInspFjpjcsu
  9. *
  10. * @author lxf
  11. * @date 2023年12月19日
  12. */
  13. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  14. public class BisInspFjpjcsu 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、目标职责(150分) 填报状态
  70. @ApiModelProperty(value="1、目标职责(150分) 填报状态",name="trgtStat")
  71. private String trgtStat;
  72. // 2、制度化管理(80分)状态
  73. @ApiModelProperty(value="2、制度化管理(80分)状态",name="systemStat")
  74. private String systemStat;
  75. // 3、教育培训(60分)状态
  76. @ApiModelProperty(value="3、教育培训(60分)状态",name="tvetStat")
  77. private String tvetStat;
  78. // 4、现场管理(410分)状态
  79. @ApiModelProperty(value="4、现场管理(410分)状态",name="imgrStat")
  80. private String imgrStat;
  81. // 5、安全风险管控及隐患排查治理(180分)
  82. @ApiModelProperty(value="5、安全风险管控及隐患排查治理(180分)",name="safdlStat")
  83. private String safdlStat;
  84. // 6、应急管理(60分)
  85. @ApiModelProperty(value="6、应急管理(60分)",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、目标职责(150分) 填报 得分
  94. @ApiModelProperty(value="1、目标职责(150分) 填报 得分",name="trgtTatl")
  95. private Double trgtTatl;
  96. // 2、制度化管理(80分)得分
  97. @ApiModelProperty(value="2、制度化管理(80分)得分",name="systemTatl")
  98. private Double systemTatl;
  99. // 3、教育培训(60分)得分
  100. @ApiModelProperty(value="3、教育培训(60分)得分",name="tvetTatl")
  101. private Double tvetTatl;
  102. // 4、现场管理(410分)得分
  103. @ApiModelProperty(value="4、现场管理(410分)得分",name="imgrTatl")
  104. private Double imgrTatl;
  105. // 5、安全风险管控及隐患排查治理(180分)得分
  106. @ApiModelProperty(value="5、安全风险管控及隐患排查治理(180分)得分",name="safdlTatl")
  107. private Double safdlTatl;
  108. // 6、应急管理(60分)得分
  109. @ApiModelProperty(value="6、应急管理(60分)得分",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、目标职责(150分) 缺项分
  121. @ApiModelProperty(value="1、目标职责(150分) 缺项分",name="trgtLac")
  122. private Double trgtLac;
  123. // 2、制度化管理(80分)缺项分
  124. @ApiModelProperty(value="2、制度化管理(80分)缺项分",name="systemLac")
  125. private Double systemLac;
  126. // 3、教育培训(60分)缺项分
  127. @ApiModelProperty(value="3、教育培训(60分)缺项分",name="tvetLac")
  128. private Double tvetLac;
  129. // 4、现场管理(410分)缺项分
  130. @ApiModelProperty(value="4、现场管理(410分)缺项分",name="imgrLac")
  131. private Double imgrLac;
  132. // 5、安全风险管控及隐患排查治理(180分)缺项分
  133. @ApiModelProperty(value="5、安全风险管控及隐患排查治理(180分)缺项分",name="safdlLac")
  134. private Double safdlLac;
  135. // 6、应急管理(60分)缺项分
  136. @ApiModelProperty(value="6、应急管理(60分)缺项分",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. // 是否符合申请条件
  151. @ApiModelProperty(value="是否符合申请条件",name="isCnfm")
  152. private String isCnfm;
  153. public BisInspFjpjcsu() {
  154. }
  155. public String getId() {
  156. return id;
  157. }
  158. public void setId(String id) {
  159. this.id = id;
  160. }
  161. public String getObjId() {
  162. return objId;
  163. }
  164. public void setObjId(String objId) {
  165. this.objId = objId;
  166. }
  167. public String getName() {
  168. return name;
  169. }
  170. public void setName(String name) {
  171. this.name = name;
  172. }
  173. public String getAdCode() {
  174. return adCode;
  175. }
  176. public void setAdCode(String adCode) {
  177. this.adCode = adCode;
  178. }
  179. public String getAdName() {
  180. return adName;
  181. }
  182. public void setAdName(String adName) {
  183. this.adName = adName;
  184. }
  185. public String getRegAddr() {
  186. return regAddr;
  187. }
  188. public void setRegAddr(String regAddr) {
  189. this.regAddr = regAddr;
  190. }
  191. public String getBusAddr() {
  192. return busAddr;
  193. }
  194. public void setBusAddr(String busAddr) {
  195. this.busAddr = busAddr;
  196. }
  197. public String getConPers() {
  198. return conPers;
  199. }
  200. public void setConPers(String conPers) {
  201. this.conPers = conPers;
  202. }
  203. public String getConPersTel() {
  204. return conPersTel;
  205. }
  206. public void setConPersTel(String conPersTel) {
  207. this.conPersTel = conPersTel;
  208. }
  209. public Double getCenterX() {
  210. return centerX;
  211. }
  212. public void setCenterX(Double centerX) {
  213. this.centerX = centerX;
  214. }
  215. public Double getCenterY() {
  216. return centerY;
  217. }
  218. public void setCenterY(Double centerY) {
  219. this.centerY = centerY;
  220. }
  221. public Double getGdX() {
  222. return gdX;
  223. }
  224. public void setGdX(Double gdX) {
  225. this.gdX = gdX;
  226. }
  227. public Double getGdY() {
  228. return gdY;
  229. }
  230. public void setGdY(Double gdY) {
  231. this.gdY = gdY;
  232. }
  233. public String getPersId() {
  234. return persId;
  235. }
  236. public void setPersId(String persId) {
  237. this.persId = persId;
  238. }
  239. public Date getIntm() {
  240. return intm;
  241. }
  242. public void setIntm(Date intm) {
  243. this.intm = intm;
  244. }
  245. public Date getUptm() {
  246. return uptm;
  247. }
  248. public void setUptm(Date uptm) {
  249. this.uptm = uptm;
  250. }
  251. public String getNote() {
  252. return note;
  253. }
  254. public void setNote(String note) {
  255. this.note = note;
  256. }
  257. public String getDataStat() {
  258. return dataStat;
  259. }
  260. public void setDataStat(String dataStat) {
  261. this.dataStat = dataStat;
  262. }
  263. public String getTrgtStat() {
  264. return trgtStat;
  265. }
  266. public void setTrgtStat(String trgtStat) {
  267. this.trgtStat = trgtStat;
  268. }
  269. public String getSystemStat() {
  270. return systemStat;
  271. }
  272. public void setSystemStat(String systemStat) {
  273. this.systemStat = systemStat;
  274. }
  275. public String getTvetStat() {
  276. return tvetStat;
  277. }
  278. public void setTvetStat(String tvetStat) {
  279. this.tvetStat = tvetStat;
  280. }
  281. public String getImgrStat() {
  282. return imgrStat;
  283. }
  284. public void setImgrStat(String imgrStat) {
  285. this.imgrStat = imgrStat;
  286. }
  287. public String getSafdlStat() {
  288. return safdlStat;
  289. }
  290. public void setSafdlStat(String safdlStat) {
  291. this.safdlStat = safdlStat;
  292. }
  293. public String getEmStat() {
  294. return emStat;
  295. }
  296. public void setEmStat(String emStat) {
  297. this.emStat = emStat;
  298. }
  299. public String getAmStat() {
  300. return amStat;
  301. }
  302. public void setAmStat(String amStat) {
  303. this.amStat = amStat;
  304. }
  305. public String getCimtStat() {
  306. return cimtStat;
  307. }
  308. public void setCimtStat(String cimtStat) {
  309. this.cimtStat = cimtStat;
  310. }
  311. public Double getTrgtTatl() {
  312. return trgtTatl;
  313. }
  314. public void setTrgtTatl(Double trgtTatl) {
  315. this.trgtTatl = trgtTatl;
  316. }
  317. public Double getSystemTatl() {
  318. return systemTatl;
  319. }
  320. public void setSystemTatl(Double systemTatl) {
  321. this.systemTatl = systemTatl;
  322. }
  323. public Double getTvetTatl() {
  324. return tvetTatl;
  325. }
  326. public void setTvetTatl(Double tvetTatl) {
  327. this.tvetTatl = tvetTatl;
  328. }
  329. public Double getImgrTatl() {
  330. return imgrTatl;
  331. }
  332. public void setImgrTatl(Double imgrTatl) {
  333. this.imgrTatl = imgrTatl;
  334. }
  335. public Double getSafdlTatl() {
  336. return safdlTatl;
  337. }
  338. public void setSafdlTatl(Double safdlTatl) {
  339. this.safdlTatl = safdlTatl;
  340. }
  341. public Double getEmTatl() {
  342. return emTatl;
  343. }
  344. public void setEmTatl(Double emTatl) {
  345. this.emTatl = emTatl;
  346. }
  347. public Double getAmTatl() {
  348. return amTatl;
  349. }
  350. public void setAmTatl(Double amTatl) {
  351. this.amTatl = amTatl;
  352. }
  353. public Double getCimtTatl() {
  354. return cimtTatl;
  355. }
  356. public void setCimtTatl(Double cimtTatl) {
  357. this.cimtTatl = cimtTatl;
  358. }
  359. public Double getTatl() {
  360. return tatl;
  361. }
  362. public void setTatl(Double tatl) {
  363. this.tatl = tatl;
  364. }
  365. public Double getTrgtLac() {
  366. return trgtLac;
  367. }
  368. public void setTrgtLac(Double trgtLac) {
  369. this.trgtLac = trgtLac;
  370. }
  371. public Double getSystemLac() {
  372. return systemLac;
  373. }
  374. public void setSystemLac(Double systemLac) {
  375. this.systemLac = systemLac;
  376. }
  377. public Double getTvetLac() {
  378. return tvetLac;
  379. }
  380. public void setTvetLac(Double tvetLac) {
  381. this.tvetLac = tvetLac;
  382. }
  383. public Double getImgrLac() {
  384. return imgrLac;
  385. }
  386. public void setImgrLac(Double imgrLac) {
  387. this.imgrLac = imgrLac;
  388. }
  389. public Double getSafdlLac() {
  390. return safdlLac;
  391. }
  392. public void setSafdlLac(Double safdlLac) {
  393. this.safdlLac = safdlLac;
  394. }
  395. public Double getEmLac() {
  396. return emLac;
  397. }
  398. public void setEmLac(Double emLac) {
  399. this.emLac = emLac;
  400. }
  401. public Double getAmLac() {
  402. return amLac;
  403. }
  404. public void setAmLac(Double amLac) {
  405. this.amLac = amLac;
  406. }
  407. public Double getCimtLac() {
  408. return cimtLac;
  409. }
  410. public void setCimtLac(Double cimtLac) {
  411. this.cimtLac = cimtLac;
  412. }
  413. public Double getRatSoc() {
  414. return ratSoc;
  415. }
  416. public void setRatSoc(Double ratSoc) {
  417. this.ratSoc = ratSoc;
  418. }
  419. public String getState() {
  420. return state;
  421. }
  422. public void setState(String state) {
  423. this.state = state;
  424. }
  425. public String getIsCnfm() {
  426. return isCnfm;
  427. }
  428. public void setIsCnfm(String isCnfm) {
  429. this.isCnfm = isCnfm;
  430. }
  431. @Override
  432. public String toString() {
  433. return "BisInspFjpjcsu [" + "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 + ", isCnfm=" + isCnfm + "]";
  434. }
  435. }