From 364adbc9a93a396b74e154f910c2a0a72bfb1a0f Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 29 十一月 2025 22:10:41 +0800
Subject: [PATCH] feat: 更新车辆里程统计

---
 ruoyi-system/src/main/java/com/ruoyi/system/domain/GpsLoginResponse.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/GpsLoginResponse.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/GpsLoginResponse.java
index 06df1d9..0ddd7fe 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/GpsLoginResponse.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/GpsLoginResponse.java
@@ -22,6 +22,8 @@
      * 娑堟伅
      */
     private String message;
+
+    private Integer serverid;
     
     /**
      * Token
@@ -59,4 +61,8 @@
     public void setToken(String token) {
         this.token = token;
     }
+
+
+    public void setServerid(Integer serviceid){this.serverid=serviceid;}
+    public Integer getServerid(){return this.serverid;}
 } 
\ No newline at end of file

--
Gitblit v1.9.1