From e21119007e7d9899376c0dce4ed406a4c2901310 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期一, 12 五月 2025 16:34:05 +0800
Subject: [PATCH] fix:新增订单-车牌号关联表。修复bug

---
 ruoyi-system/src/main/java/com/ruoyi/system/service/IGpsCollectService.java |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/IGpsCollectService.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/IGpsCollectService.java
index 33359e8..f89c320 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/service/IGpsCollectService.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/IGpsCollectService.java
@@ -1,7 +1,6 @@
 package com.ruoyi.system.service;
 
-import com.ruoyi.system.domain.GpsLoginRequest;
-import com.ruoyi.system.domain.GpsLoginResponse;
+import com.ruoyi.system.domain.*;
 
 /**
  * GPS閲囬泦鏈嶅姟鎺ュ彛
@@ -13,4 +12,24 @@
      * @return 鐧诲綍鍝嶅簲
      */
     GpsLoginResponse login(GpsLoginRequest request);
+
+    /**
+     * 鑾峰彇璁惧鍒楄〃
+
+     * @return 璁惧鍒楄〃鍝嶅簲
+     */
+    GpsDeviceListResponse getDeviceList();
+
+    /**
+     * 鑾峰彇璁惧鏈�鍚庝綅缃�
+     */
+    GpsLastPositionResponse getLastPosition(GpsLastPositionRequest request);
+
+    /**
+     * 閫氳繃杞︾墝鍙锋煡璇㈣澶囧彿
+     * 
+     * @param plateNumber 杞︾墝鍙�
+     * @return 璁惧鍙凤紝濡傛灉鏈壘鍒板垯杩斿洖null
+     */
+    String getDeviceIdByPlateNumber(String plateNumber);
 } 
\ No newline at end of file

--
Gitblit v1.9.1