From 6c1322b7e1cc3a0ae577fff8a589d821073a9241 Mon Sep 17 00:00:00 2001 From: wujifei Date: Wed, 13 Jan 2021 18:51:26 +0800 Subject: [PATCH] =?UTF-8?q?fix#=E4=BF=AE=E6=94=B9=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E8=BD=AC=E6=8D=A2=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/module/v2x/entity/net/V2XRoadDataRes.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/entity/net/V2XRoadDataRes.java b/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/entity/net/V2XRoadDataRes.java index 1adee7b30e..b6c7e214a5 100644 --- a/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/entity/net/V2XRoadDataRes.java +++ b/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/entity/net/V2XRoadDataRes.java @@ -353,7 +353,7 @@ public class V2XRoadDataRes extends BaseData { private String sn; - private int userId; + private long userId; private String trafficInfoType; @@ -459,11 +459,11 @@ public class V2XRoadDataRes extends BaseData { this.sn = sn; } - public int getUserId() { + public long getUserId() { return userId; } - public void setUserId(int userId) { + public void setUserId(long userId) { this.userId = userId; }