双重预防项目-国泰新华二开定制版
huangzhen
2022-09-30 679dfe8a68fe56100e708f112c1060d661d7b136
分支
用户 huangzhen <867127663@qq.com>
星期五, 九月 30, 2022 16:41 +0800
提交者 huangzhen <867127663@qq.com>
星期五, 九月 30, 2022 16:41 +0800
提交679dfe8a68fe56100e708f112c1060d661d7b136
目录 929fe6610395a20ba746ac78509827cabd456114 目录 | zip | gz
上一版本 7e7195766eb018b4ba00b2d0663f6dcb11adefc8 查看 | 对比
完成SPI数据提供接口
已修改5个文件
已添加19个文件
1752 ■■■■■ 文件已修改
pom.xml 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/controller/SPIDataCountController.java 29 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/entity/DoublePreventDept.java 175 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/entity/TrHiddenDangerCheckPoint.java 658 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/entity/dto/DataCountDangerLevelRectifiedRespDO.java 28 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/entity/dto/DataCountDangerLevelRespDO.java 27 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/entity/dto/DataCountDangerResultRespDO.java 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/entity/dto/req/SPIDataCountReqDTO.java 46 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/entity/dto/resp/SPIDataCountRespDTO.java 134 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/repository/DoublePreventDeptRepository.java 20 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskDangerInfoRepository.java 11 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/repository/TrHiddenDangerCheckPointRepository.java 24 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/repository/param/DataCountStartAndEndTimeParams.java 27 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/service/SPIDataCountService.java 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/service/baseService/DoublePreventionDeptService.java 19 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventRiskDangerInfoService.java 11 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/service/baseService/TrHiddenDangerCheckPointService.java 21 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/DoublePreventionDeptServiceImpl.java 33 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventRiskDangerInfoServiceImpl.java 16 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/TrHiddenDangerCheckPointServiceImpl.java 34 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/doublePrevention/service/impl/SPIDataCountServiceImpl.java 200 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mybatis/doublePrevention/DoublePreventDeptMapper.xml 33 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mybatis/doublePrevention/PreventRiskDangerInfoMapper.xml 27 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mybatis/doublePrevention/TrHiddenDangerCheckPointMapper.xml 111 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史