公众号回复管理功能

This commit is contained in:
TinyAnts
2022-09-13 16:06:50 +08:00
parent 8ea0b037b6
commit 71998ed2f1
4 changed files with 125 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ public class OfficialReply implements Serializable {
private Integer status; // 启动状态: [1=启动, 0=关闭]
private String content; // 回复内容
private Integer sort; // 排序编号
private Integer isDelete; // 是否删除
private Long createTime; // 创建时间
private Long updateTime; // 更新时间
private Long deleteTime; // 删除时间