分支
用户 riku <risaku@163.com>
星期五, 十月 25, 2019 10:16 +0000
提交者 riku <risaku@163.com>
星期五, 十月 25, 2019 10:16 +0000
提交1f356649ce536b19b903d6f3a533983d4b8222bc
目录 7100111822cc00abb5e7a2a7fb4838caeab7c641 目录 | zip | gz
上一版本 fb1dc85a9ae6a9b8426ec5e29eb0139933ebe233 查看 | 对比
新增接口:
1. 获取所有设备的最新一条数据
新增数据库表:
1. 车辆信息表
已修改9个文件
已删除1个文件
已添加11个文件
428 ■■■■■ 文件已修改
src/main/kotlin/com/flightfeather/obd/common/packgeinfo 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/domain/entity/VehicleInfo.java 98 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/domain/mapper/VehicleInfoMapper.kt 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/bean/LatLngVo.kt 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/bean/VehicleInfoVo.kt 20 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/eunm/CarStatus.kt 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/eunm/CarType.kt 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/service/ObdDataService.kt 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/service/VehicleService.kt 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/service/impl/ObdDataServiceImpl.kt 54 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/service/impl/VehicleServiceImpl.kt 28 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/web/ObdDataController.kt 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/lightshare/web/VehicleInfoController.kt 22 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/repository/DataStreamRepository.kt 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/repository/ObdInfoRepository.kt 4 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/repository/VehicleRepository.kt 15 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/repository/impl/DataStreamDaoImpl.kt 45 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/repository/impl/ObdInfoDaoImpl.kt 13 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/kotlin/com/flightfeather/obd/repository/impl/VehicleRepositoryImpl.kt 24 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/generator/generatorConfig.xml 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/VehicleInfoMapper.xml 20 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史