feiyu02
2024-12-16 b3e273990fda27b68dfcf2c7f9d78311a5279885
分支
用户 feiyu02 <risaku@163.com>
星期一, 十二月 16, 2024 09:32 +0000
提交者 feiyu02 <risaku@163.com>
星期一, 十二月 16, 2024 09:32 +0000
提交b3e273990fda27b68dfcf2c7f9d78311a5279885
目录 d49274a4d649554c3add96c19e6959104edb61e9 目录 | zip | gz
上一版本 d17cc66f3026be4609f91fc726b55660aec36e67 查看 | 对比
1. 新增卫星遥测相关接口逻辑
已修改7个文件
已添加17个文件
1154 ■■■■■ 文件已修改
src/main/kotlin/com/flightfeather/uav/domain/entity/GridCell.java 286 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/entity/GridData.java 119 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/entity/GridDataDetail.java 128 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/entity/GridGroup.java 200 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/mapper/GridCellMapper.kt 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/mapper/GridDataDetailMapper.kt 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/mapper/GridDataMapper.kt 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/mapper/GridGroupMapper.kt 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/repository/RealTimeDataRep.kt 38 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/domain/repository/SatelliteGridRep.kt 62 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/service/MissionService.kt 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/service/SatelliteTelemetryService.kt 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/service/impl/MissionServiceImpl.kt 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/service/impl/SatelliteTelemetryServiceImpl.kt 40 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/web/MissionController.kt 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/uav/lightshare/web/SatelliteTelemetryController.kt 52 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-test.yml 12 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/generator/generatorConfig.xml 9 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/GridCellMapper.xml 28 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/GridDataDetailMapper.xml 21 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/GridDataMapper.xml 20 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/GridGroupMapper.xml 27 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/test/kotlin/com/flightfeather/uav/Test.kt 5 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/test/kotlin/com/flightfeather/uav/lightshare/service/impl/SatelliteTelemetryServiceImplTest.kt 37 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史