From e9d5752c34f2bec0d44da21e0d0e6804af8945d7 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期三, 30 十一月 2022 09:57:28 +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