From 645a818e4ea1848a99354d7aabf1243bc2ef7ab0 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期一, 28 十一月 2022 09:57:36 +0800 Subject: [PATCH] fix: 驳回后重新处置 --- 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