From 94a2d8a816845e2a9e13967dc2b7bde01e35ae37 Mon Sep 17 00:00:00 2001 From: tangzy <tangzy123456> Date: Tue, 31 Aug 2021 10:58:29 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_management --- src/main/java/org/springblade/modules/location/service/LiveLocationService.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/springblade/modules/location/service/LiveLocationService.java b/src/main/java/org/springblade/modules/location/service/LiveLocationService.java index cf6f1c9..e6abf02 100644 --- a/src/main/java/org/springblade/modules/location/service/LiveLocationService.java +++ b/src/main/java/org/springblade/modules/location/service/LiveLocationService.java @@ -41,4 +41,11 @@ * @return */ List<LiveLocationVo> getLiveLocationVoList(LiveLocationVo liveLocationVo); + + /** + * 获取实时位置信息 + * @param liveLocation + * @return + */ + LiveLocation getLiveLocationInfo(LiveLocation liveLocation); } -- Gitblit v1.9.3