From 14e7e3d485d7ed19a6a72883b140929fe6f5edf5 Mon Sep 17 00:00:00 2001
From: vince <757871790@qq.com>
Date: 星期三, 15 十一月 2023 13:08:08 +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