双重预防项目-国泰新华二开定制版
huangzhen
2022-09-30 679dfe8a68fe56100e708f112c1060d661d7b136
refs
author huangzhen <867127663@qq.com>
Friday, September 30, 2022 16:41 +0800
committer huangzhen <867127663@qq.com>
Friday, September 30, 2022 16:41 +0800
commit679dfe8a68fe56100e708f112c1060d661d7b136
tree 929fe6610395a20ba746ac78509827cabd456114 tree | zip | gz
parent 7e7195766eb018b4ba00b2d0663f6dcb11adefc8 view | diff
完成SPI数据提供接口
5 files modified
19 files added
1752 ■■■■■ changed files
pom.xml 7 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/controller/SPIDataCountController.java 29 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/entity/DoublePreventDept.java 175 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/entity/TrHiddenDangerCheckPoint.java 658 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/entity/dto/DataCountDangerLevelRectifiedRespDO.java 28 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/entity/dto/DataCountDangerLevelRespDO.java 27 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/entity/dto/DataCountDangerResultRespDO.java 48 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/entity/dto/req/SPIDataCountReqDTO.java 46 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/entity/dto/resp/SPIDataCountRespDTO.java 134 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/repository/DoublePreventDeptRepository.java 20 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskDangerInfoRepository.java 11 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/repository/TrHiddenDangerCheckPointRepository.java 24 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/repository/param/DataCountStartAndEndTimeParams.java 27 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/service/SPIDataCountService.java 13 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/service/baseService/DoublePreventionDeptService.java 19 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventRiskDangerInfoService.java 11 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/service/baseService/TrHiddenDangerCheckPointService.java 21 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/DoublePreventionDeptServiceImpl.java 33 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventRiskDangerInfoServiceImpl.java 16 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/TrHiddenDangerCheckPointServiceImpl.java 34 ●●●●● diff | view | raw | blame | history
src/main/java/com/ruoyi/doublePrevention/service/impl/SPIDataCountServiceImpl.java 200 ●●●●● diff | view | raw | blame | history
src/main/resources/mybatis/doublePrevention/DoublePreventDeptMapper.xml 33 ●●●●● diff | view | raw | blame | history
src/main/resources/mybatis/doublePrevention/PreventRiskDangerInfoMapper.xml 27 ●●●●● diff | view | raw | blame | history
src/main/resources/mybatis/doublePrevention/TrHiddenDangerCheckPointMapper.xml 111 ●●●●● diff | view | raw | blame | history