From 6904034ec8cfeeed418a35d98d3046cde2b99446 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 22 Jul 2021 14:10:37 +0800
Subject: [PATCH] 1.派遣记录接口修改

---
 src/main/java/org/springblade/modules/location/service/LiveLocationService.java |    6 ++++++
 1 files changed, 6 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 8ea57a3..cf6f1c9 100644
--- a/src/main/java/org/springblade/modules/location/service/LiveLocationService.java
+++ b/src/main/java/org/springblade/modules/location/service/LiveLocationService.java
@@ -35,4 +35,10 @@
 	 * @return
 	 */
 	List<LocusVo> getLocusInfoList(LiveLocationVo liveLocationVo);
+
+	/**
+	 * 首页实时定位
+	 * @return
+	 */
+	List<LiveLocationVo> getLiveLocationVoList(LiveLocationVo liveLocationVo);
 }

--
Gitblit v1.9.3