From 8fd8a458a8b473315afb3f8ca84e3d0e055682f6 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期三, 14 十二月 2022 14:20:19 +0800 Subject: [PATCH] 案件池批量操作接口修改 --- ycl-platform/src/main/java/com/ycl/entity/message/Message.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/entity/message/Message.java b/ycl-platform/src/main/java/com/ycl/entity/message/Message.java index 6eefc8c..fcdf270 100644 --- a/ycl-platform/src/main/java/com/ycl/entity/message/Message.java +++ b/ycl-platform/src/main/java/com/ycl/entity/message/Message.java @@ -14,7 +14,7 @@ /** * <p> - * 娑堟伅瀹炰綋绫� + * 娑堟伅瀹炰綋绫� * </p> * * @author mg @@ -167,4 +167,6 @@ @ApiModelProperty(value = "鏇存柊鏃堕棿") private Date updateTime; + @ApiModelProperty(value = "鍝嶅簲缁撴灉") + private String respondResult; } -- Gitblit v1.8.0