yanghui
2022-11-04 1a6eb2ac656de3b35c64db8b9006db2ed9248872
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);
}