张天森
2022-11-10 1d491e74f8232e6a6293f858c4432a3b2eae56e6
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java
@@ -916,6 +916,12 @@
    R getCommunityList(String name,Long id);
    /**
     * 获取所有城镇或村落列表
     * @return
     */
    R getAllCommunityList();
    /**
     * 重置密码
     * @param type
     * @param account
@@ -963,4 +969,9 @@
     * 查看我的问题留言或者问题留言记录
     * */
    R myFeedBack(Long id,Integer type);
    /**
     * 是否为物业公司登录
     * */
    R propertyCheck(String phone);
}