From a4cd4c2d98392cd1036f36b96c262878743a7e63 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 05 九月 2024 19:52:22 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server --- ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 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 949eaae..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 @@ -22,7 +22,7 @@ * 澶х被 */ @ApiModelProperty(value = "澶х被") - @NotNull(message = "涓嶅厑璁稿ぇ绫讳负绌�") +// @NotNull(message = "涓嶅厑璁稿ぇ绫讳负绌�") private Integer categoryId; /** @@ -43,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; @@ -72,7 +72,7 @@ * 妗堢敱 */ @ApiModelProperty(value = "妗堢敱") - @NotBlank(message = "涓嶅厑璁告鐢变负绌�") +// @NotBlank(message = "涓嶅厑璁告鐢变负绌�") private String actionCause; -- Gitblit v1.8.0