huanghongfa
2021-04-26 e3c5378b79d23f4cebb4059c78bfbdd32cd5a2f9
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/model/dos/SysUserDO.java
@@ -155,6 +155,14 @@
     * 小区id
     */
    private Long areaId;
    /**
     * 连续登陆天数 每天凌晨更新 通过判断最后登录时间
     */
    private Integer continuousLandingDays;
    /**
     * 小程序首页是否显示公告(1.是 2.否)
     */
    private Integer isTips;
}