feiyu02
2024-08-27 9ed0b1847912221197697791d69e01ccae17f5b9
分支
用户 feiyu02 <risaku@163.com>
星期二, 八月 27, 2024 09:36 +0000
提交者 feiyu02 <risaku@163.com>
星期二, 八月 27, 2024 09:36 +0000
提交9ed0b1847912221197697791d69e01ccae17f5b9
目录 35a82323cc05c485b1dc402c6c291cf1a8dcc75c 目录 | zip | gz
上一版本 5b0d58c3f7f35f61c0a0437bac3ff708db57fe61 查看 | 对比
1. 新增NO监测因子
2. 新增第三方数据接口数据获取相关模块
已修改20个文件
已添加10个文件
1049 ■■■■■ 文件已修改
pom.xml 32 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/biz/FactorFilter.kt 28 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/biz/dataanalysis/BaseExceptionContinuousSingle.kt 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/biz/dataanalysis/ExceptionAnalysisController.kt 7 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/biz/datafetch/ShenXinDataFetch.kt 130 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/biz/report/MissionReport.kt 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/common/net/AMapService.kt 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/common/net/ShenXinService.kt 128 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/common/net/SoapClient.kt 140 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/entity/BaseRealTimeData.kt 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/repository/RealTimeDataRep.kt 145 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/repository/RealTimeDataRepDelegate.kt 134 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/eunm/ThirdPartyLabel.kt 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/service/ThirdPartyService.kt 30 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/service/impl/MissionServiceImpl.kt 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/service/impl/ThirdPartyServiceImpl.kt 40 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/web/ThirdPartyController.kt 45 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/scheduler/ScheduleService.kt 65 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/socket/eunm/UWDeviceType.kt 4 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-dev.yml 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-pro.yml 13 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-test.yml 15 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/generator/generatorConfig.xml 6 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/RealTimeDataGridMapper.xml 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/RealTimeDataGridMinMapper.xml 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/RealTimeDataGridOptMapper.xml 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/RealTimeDataUavMapper.xml 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/RealTimeDataVehicleMapper.xml 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/test/kotlin/com/flightfeather/uav/common/net/ShenXinServiceTest.kt 27 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/test/kotlin/com/flightfeather/uav/lightshare/service/impl/MissionServiceImplTest.kt 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史