From c68a46c7b29a7f5a21a76ea5e230cd140c2694d8 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 19 四月 2023 17:28:44 +0800
Subject: [PATCH] 获取图片将时间有效期参数过滤掉

---
 ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java |    2 +-
 1 files changed, 1 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 33b7dfd..6a98d88 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
@@ -48,7 +48,7 @@
      */
     @ApiModelProperty(value = "妗堜欢绛夌骇")
     @NotNull(message = "涓嶅厑璁告浠剁瓑绾т负绌�")
-    private Integer gradeId;
+    private Long gradeId;
 
     /**
      * 鎵�灞炶閬�

--
Gitblit v1.8.0