From 3a249d87749f560017c19a352f0e548240e7cd26 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 31 七月 2024 10:53:24 +0800
Subject: [PATCH] 接口参数修改

---
 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