From c2c67d479247e4d130a241a1d3f53b938ef97367 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期四, 08 十二月 2022 11:37:21 +0800 Subject: [PATCH] fix: 案件详情查询 --- ycl-platform/src/main/java/com/ycl/dto/caseHandler/DispatchInfoParam.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/dto/caseHandler/DispatchInfoParam.java b/ycl-platform/src/main/java/com/ycl/dto/caseHandler/DispatchInfoParam.java index f7d613f..f642980 100644 --- a/ycl-platform/src/main/java/com/ycl/dto/caseHandler/DispatchInfoParam.java +++ b/ycl-platform/src/main/java/com/ycl/dto/caseHandler/DispatchInfoParam.java @@ -72,4 +72,6 @@ @ApiModelProperty(value = "娲鹃仯鎰忚") private Long createUser; + + } -- Gitblit v1.8.0