From eebab358e2882fc7e3aeec152db5151a6bd0be02 Mon Sep 17 00:00:00 2001
From: jiazx0107@163.com <jiazx0107@163.com>
Date: 星期四, 09 十一月 2023 17:24:39 +0800
Subject: [PATCH] 重新调整测试页面

---
 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