yanghui
2022-10-13 f1bcbc43e988d0d1a91bea66a9ebbf6d601e48c0
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComSanShuoExpertService.java
@@ -14,7 +14,7 @@
     * @param comSanshuoExpertDTO
     * @return 处理结果
     * */
    R addExpert(ComSanshuoExpertDTO comSanshuoExpertDTO);
    R addOrUpdateExpert(ComSanshuoExpertDTO comSanshuoExpertDTO);
    /**
     * 后台获取专家列表
@@ -35,4 +35,14 @@
     * 专家级别与单位范围
     * */
    R expertRange(LoginUserInfoVO loginUserInfo);
    /**
     * 小程序获取专家列表
     * */
    R selectExpertList(Integer type,Long id,Long cid);
    /**
     * 专家风采列表
     * */
    R expertShowList(Integer level, Long id);
}