From e8a0f05f99f33fa05085536541da6bc27e66a644 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 14 四月 2023 14:57:55 +0800
Subject: [PATCH] bug修改

---
 ycl-platform/src/main/java/com/ycl/dto/casePool/ViolationParam.java |    9 ++++++---
 1 files changed, 6 insertions(+), 3 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 052bdd4..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
@@ -1,6 +1,7 @@
 package com.ycl.dto.casePool;
 
 import com.baomidou.mybatisplus.annotation.TableField;
+import com.ycl.dto.caseHandler.DispatchInfoParam;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
@@ -12,7 +13,9 @@
 @ApiModel(value = "娣诲姞杩濊妗堜欢")
 public class ViolationParam {
 
-    private Long baseId;
+
+    @ApiModelProperty(value = "鐘舵��")
+    private Integer state;
 
     /**
      * 澶х被
@@ -45,7 +48,7 @@
      */
     @ApiModelProperty(value = "妗堜欢绛夌骇")
     @NotNull(message = "涓嶅厑璁告浠剁瓑绾т负绌�")
-    private Integer gradeId;
+    private Long gradeId;
 
     /**
      * 鎵�灞炶閬�
@@ -87,7 +90,7 @@
      * 鍏宠仈鍟嗛摵鍚嶇О
      */
     @ApiModelProperty(value = "鍏宠仈鍟嗛摵鍚嶇О")
-    private String shopName;
+    private Integer shopName;
 
     /**
      * 杞︾墝鍙�

--
Gitblit v1.8.0