From 083eb4417a04201f1eb755faab8ee7121b3c7f16 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期五, 17 十一月 2023 16:19:05 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/igds-api-gateway' into igds-api-gateway --- 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