lidongdong
2023-07-05 b9cae5ac2b8a40aea0bf7cc19f633491caf4d90b
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java
@@ -968,5 +968,10 @@
    /**
     * 查看我的问题留言或者问题留言记录
     * */
    R myFeedBack(Long id,Integer type);
    R myFeedBack(Long id,Integer type,Long propertyId);
    /**
     * 是否为物业公司登录
     * */
    R propertyCheck(String phone);
}