|
|
@@ -3,6 +3,8 @@ package com.cyksj.model.views;
|
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
|
|
|
|
+import java.util.Date;
|
|
|
+
|
|
|
/**
|
|
|
* 项目名: yhlxj2
|
|
|
* 文件名: UserMirrorShopAdvertiseFrontView
|
|
|
@@ -13,15 +15,20 @@ import lombok.Setter;
|
|
|
@Setter
|
|
|
public class UserMirrorShopAdvertiseFrontView {
|
|
|
/**
|
|
|
- * 公告简介
|
|
|
+ * 平台 MJ GPT
|
|
|
+ */
|
|
|
+ private String platform;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 标题
|
|
|
*/
|
|
|
- private String about;
|
|
|
+ private String title;
|
|
|
|
|
|
/**
|
|
|
- * 公告详情
|
|
|
+ * 富文本
|
|
|
*/
|
|
|
- private String detail;
|
|
|
+ private String text;
|
|
|
|
|
|
|
|
|
- private String customId;
|
|
|
+ private Date updateTime;
|
|
|
}
|