张天森
2022-11-12 3fe9275853e50f6ac76d75a7ddd666150bacab23
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComSanShuoExpertService.java
@@ -50,4 +50,9 @@
     * Excel添加专家
     * */
    void insertExpert(ComSanshuoExpert comSanshuoExpert);
    /**
     * 新增专家后台列表
     * */
    R backstageList(Integer level,LoginUserInfoVO loginUserInfoVO,Integer page,Integer size);
}