package com.gkhy.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.gkhy.system.domain.OutProjectExpertDetail; import org.apache.ibatis.annotations.Mapper; /** *

* 项目专家得分明细表 Mapper 接口 *

* * @author hh * @since 2025-08-26 13:11:13 */ @Mapper public interface OutProjectExpertDetailMapper extends BaseMapper { }