From c4c1c6cf89781eb06dc02b677a8954fdb2666c43 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 16 七月 2025 22:39:06 +0800 Subject: [PATCH] 添加时间筛选 --- ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EventVO.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EventVO.java b/ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EventVO.java index 8b21831..80e0cdf 100644 --- a/ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EventVO.java +++ b/ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EventVO.java @@ -14,6 +14,7 @@ private String latitude; @ApiModelProperty(value = "浜嬩欢绫诲瀷") private String type; + @ApiModelProperty(value = "鍛婅璁惧") private String alarmAdvice; @ApiModelProperty(value = "浜嬩欢鎻忚堪") @@ -28,4 +29,12 @@ private String picture; @ApiModelProperty(value = "鏉ユ簮") private String source; + + @ApiModelProperty(value = "澶勭疆鐘舵��") + private String status; + + + @ApiModelProperty(value = "浜嬩欢绛夌骇") + private String grade; + } -- Gitblit v1.8.0