jiazx0107@163.com
2023-11-17 6c9892f782cf0eea02fb7f6c41fa74b4ed8c33d6
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;
}