From 6c9892f782cf0eea02fb7f6c41fa74b4ed8c33d6 Mon Sep 17 00:00:00 2001
From: jiazx0107@163.com <jiazx0107@163.com>
Date: 星期五, 17 十一月 2023 16:18:18 +0800
Subject: [PATCH] 调增地磅接口启动2

---
 src/main/java/com/fzzy/gateway/entity/GateWayTestParam.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/fzzy/gateway/entity/GateWayTestParam.java b/src/main/java/com/fzzy/gateway/entity/GateWayTestParam.java
index 0dac24d..48c2ba5 100644
--- a/src/main/java/com/fzzy/gateway/entity/GateWayTestParam.java
+++ b/src/main/java/com/fzzy/gateway/entity/GateWayTestParam.java
@@ -3,12 +3,10 @@
 import com.bstek.dorado.annotation.PropertyDef;
 import lombok.Data;
 
-import java.io.Serializable;
 import java.util.Date;
 
 @Data
-public class GateWayTestParam implements Serializable {
-    private static final long serialVersionUID = 1L;
+public class GateWayTestParam {
     @PropertyDef(label = "寮�濮嬫椂闂�")
     private Date start;
     @PropertyDef(label = "鎴鏃堕棿")
@@ -19,4 +17,6 @@
     private Double weight;
     @PropertyDef(label = "杞︾墝鍙�")
     private String carNumber;
+    private String deviceId;
+    private String bizType;
 }

--
Gitblit v1.9.3