heheng
2024-11-21 b3631dd074d7fa5520f7afcf2cdc1ab681700e7c
expert-system/src/main/java/com/gkhy/system/mapper/SysExpertInfoMapper.java
@@ -6,7 +6,6 @@
import com.gkhy.system.domain.vo.request.SysExpertSearchReqDto;
import com.gkhy.system.domain.vo.response.ProjectExpertSectionResp;
import com.gkhy.system.domain.vo.response.SysExpertSearchRep;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -19,7 +18,7 @@
 * @author kzy
 * @since 2023-11-27 16:33:33
 */
@Mapper
public interface SysExpertInfoMapper extends BaseMapper<SysExpertInfo> {
    /**
     * 根据条件获取专家信息列表