张天森
2022-10-17 e63b5ff9c4b734d1c6f988d341c99a2216f0564d
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);
    /**
     * 后台获取专家列表
@@ -30,4 +30,19 @@
     * @return 出列记过
     * */
    R expertShow();
    /**
     * 专家级别与单位范围
     * */
    R expertRange(LoginUserInfoVO loginUserInfo);
    /**
     * 小程序获取专家列表
     * */
    R selectExpertList(Integer type,Long id,Long cid);
    /**
     * 专家风采列表
     * */
    R expertShowList(Integer level, Long id);
}