From 68e4b24ac27014d07cab1a2722bca1547de36934 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期四, 08 十二月 2022 14:05:01 +0800
Subject: [PATCH] fix: 案卷查询参数 预警研判参数

---
 ycl-platform/src/main/java/com/ycl/dto/casePool/VideoInspectParam.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/dto/casePool/VideoInspectParam.java b/ycl-platform/src/main/java/com/ycl/dto/casePool/VideoInspectParam.java
index 1964bcb..ee2b09f 100644
--- a/ycl-platform/src/main/java/com/ycl/dto/casePool/VideoInspectParam.java
+++ b/ycl-platform/src/main/java/com/ycl/dto/casePool/VideoInspectParam.java
@@ -8,7 +8,7 @@
 import javax.validation.constraints.NotNull;
 
 @Data
-public class VideoInspectParam  extends DispatchInfoParam {
+public class VideoInspectParam extends DispatchInfoParam {
 
     private Long baseId;
 
@@ -42,4 +42,7 @@
     @ApiModelProperty(value = "闂鎻忚堪")
     @NotBlank(message = "涓嶅厑璁搁棶棰樻弿杩颁负绌�")
     private String description;
+
+    @ApiModelProperty(value = "鏄惁鍏宠仈鍟嗛摵")
+    private Integer linkShop;
 }

--
Gitblit v1.8.0