From 9bd9584c376f225280b93836df51c0e106e5ea05 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 03 四月 2023 21:51:15 +0800
Subject: [PATCH] 预警研判
---
ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java | 7 +++----
1 files changed, 3 insertions(+), 4 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 bb1a357..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
@@ -11,9 +11,8 @@
@Data
@ApiModel(value = "娣诲姞杩濊妗堜欢")
-public class ViolationParam extends DispatchInfoParam {
+public class ViolationParam {
- private Long baseId;
@ApiModelProperty(value = "鐘舵��")
private Integer state;
@@ -49,7 +48,7 @@
*/
@ApiModelProperty(value = "妗堜欢绛夌骇")
@NotNull(message = "涓嶅厑璁告浠剁瓑绾т负绌�")
- private Integer gradeId;
+ private Long gradeId;
/**
* 鎵�灞炶閬�
@@ -91,7 +90,7 @@
* 鍏宠仈鍟嗛摵鍚嶇О
*/
@ApiModelProperty(value = "鍏宠仈鍟嗛摵鍚嶇О")
- private String shopName;
+ private Integer shopName;
/**
* 杞︾墝鍙�
--
Gitblit v1.8.0