From 7873c6f56380d28e1ae6958f77a84081797c817f Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期六, 28 九月 2024 21:34:44 +0800
Subject: [PATCH] 大华报警信息
---
ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java b/ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java
index db538f0..e99f8e6 100644
--- a/ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java
+++ b/ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java
@@ -8,6 +8,7 @@
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
+import java.util.List;
@Data
@ApiModel(value = "娣诲姞杩濊妗堜欢")
@@ -21,18 +22,20 @@
* 澶х被
*/
@ApiModelProperty(value = "澶х被")
- @NotNull(message = "涓嶅厑璁稿ぇ绫讳负绌�")
+// @NotNull(message = "涓嶅厑璁稿ぇ绫讳负绌�")
private Integer categoryId;
/**
* 鎶ヨ鏃堕棿
*/
+ @ApiModelProperty(value = "鎶ヨ鏃堕棿")
@TableField("alarm_time")
private String alarmTime;
/**
* 璋冨害鏃堕檺
*/
+ @ApiModelProperty(value = "璋冨害鏃堕檺")
@TableField("limit_time")
private String limitTime;
@@ -40,28 +43,28 @@
* 灏忕被
*/
@ApiModelProperty(value = "灏忕被")
- @NotNull(message = "涓嶅厑璁稿皬绫讳负绌�")
+// @NotNull(message = "涓嶅厑璁稿皬绫讳负绌�")
private Integer typeId;
/**
* 妗堜欢绛夌骇
*/
@ApiModelProperty(value = "妗堜欢绛夌骇")
- @NotNull(message = "涓嶅厑璁告浠剁瓑绾т负绌�")
+// @NotNull(message = "涓嶅厑璁告浠剁瓑绾т负绌�")
private Long gradeId;
/**
* 鎵�灞炶閬�
*/
@ApiModelProperty(value = "鎵�灞炶閬�")
- @NotNull(message = "涓嶅厑璁告墍灞炶閬撲负绌�")
+// @NotNull(message = "涓嶅厑璁告墍灞炶閬撲负绌�")
private Integer streetId;
/**
* 鎵�灞炵ぞ鍖�
*/
@ApiModelProperty(value = "鎵�灞炵ぞ鍖�")
- @NotNull(message = "涓嶅厑璁告墍灞炵ぞ鍖轰负绌�")
+// @NotNull(message = "涓嶅厑璁告墍灞炵ぞ鍖轰负绌�")
private Integer communityId;
@@ -69,7 +72,7 @@
* 妗堢敱
*/
@ApiModelProperty(value = "妗堢敱")
- @NotBlank(message = "涓嶅厑璁告鐢变负绌�")
+// @NotBlank(message = "涓嶅厑璁告鐢变负绌�")
private String actionCause;
@@ -123,11 +126,9 @@
@ApiModelProperty(value = "韬唤璇佸彿鐮�")
private String informantIdCard;
-
@ApiModelProperty(value = "鍥剧墖")
- private String pic;
-
+ private List<String> imageUrls;
@ApiModelProperty(value = "瑙嗛")
- private String media;
+ private List<String> videoUrls;
}
--
Gitblit v1.8.0