mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-13 21:53:41 +08:00
Update User.java
This commit is contained in:
@@ -58,12 +58,6 @@ public class User implements Serializable {
|
|||||||
@TableField("open_id")
|
@TableField("open_id")
|
||||||
private String openId;
|
private String openId;
|
||||||
|
|
||||||
/**
|
|
||||||
* 是否开启微信消息推送
|
|
||||||
*/
|
|
||||||
@TableField("publish_chat_to_wechat_switch")
|
|
||||||
private boolean publishChatToWechatSwitch;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 最后上下线时间
|
* 最后上下线时间
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user