From 2a7c7c2fb4d97db3d34f0564194a314b267c6c67 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期五, 30 九月 2022 09:36:34 +0800
Subject: [PATCH] 细节调整

---
 ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 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 3966a9c..bf1c3ee 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
@@ -30,6 +30,13 @@
     private Integer typeId;
 
     /**
+     * 妗堜欢绛夌骇
+     */
+    @ApiModelProperty(value = "妗堜欢绛夌骇")
+    @NotNull(message = "涓嶅厑璁告浠剁瓑绾т负绌�")
+    private Integer gradeId;
+
+    /**
      * 鎵�灞炶閬�
      */
     @ApiModelProperty(value = "鎵�灞炶閬�")
@@ -40,7 +47,7 @@
      * 鎵�灞炵ぞ鍖�
      */
     @ApiModelProperty(value = "鎵�灞炵ぞ鍖�")
-    @NotBlank(message = "涓嶅厑璁告墍灞炵ぞ鍖轰负绌�")
+    @NotNull(message = "涓嶅厑璁告墍灞炵ぞ鍖轰负绌�")
     private Integer communityId;
 
 

--
Gitblit v1.8.0