jiazx0107@163.com
2023-11-09 eebab358e2882fc7e3aeec152db5151a6bd0be02
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;
}