微信推送功能: 增加开关字段

This commit is contained in:
wj
2023-07-05 22:43:23 +08:00
parent 11070754b1
commit 36101b405d
2 changed files with 7 additions and 0 deletions

View File

@@ -58,6 +58,12 @@ public class User implements Serializable {
@TableField("open_id")
private String openId;
/**
* 是否开启微信消息推送
*/
@TableField("publish_chat_to_wechat_switch")
private boolean publishChatToWechatSwitch;
/**
* 最后上下线时间
*/