From e6b7d6af8f9acf79f32fd386a9cead2d24ae2f9a Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期五, 30 十二月 2022 15:04:55 +0800
Subject: [PATCH] fix: 栏目订阅

---
 ycl-platform/src/main/java/com/ycl/dto/message/MessageParam.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/dto/message/MessageParam.java b/ycl-platform/src/main/java/com/ycl/dto/message/MessageParam.java
index 7beeff7..e8a0ee4 100644
--- a/ycl-platform/src/main/java/com/ycl/dto/message/MessageParam.java
+++ b/ycl-platform/src/main/java/com/ycl/dto/message/MessageParam.java
@@ -45,6 +45,12 @@
     @ApiModelProperty(value = "鐘舵��0-鏈彂甯�1-宸插彂甯�")
     private Integer status;
 
+    @ApiModelProperty(value = "鏄惁鏌ョ湅0-鏈彂甯�1-宸插彂甯�")
+    private Integer isView;
+
+    @ApiModelProperty(value = "鏄惁鏌ョ湅0-鏈彂甯�1-宸插彂甯�")
+    private String targetTo;
+
     @ApiModelProperty(value = "鍝嶅簲缁撴灉")
     private String respondResult;
 }
\ No newline at end of file

--
Gitblit v1.8.0