package com.gunshi.project.xyt.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.gunshi.project.xyt.model.AssessTeamRating; import org.apache.ibatis.annotations.Mapper; /** * 描述: 考核评分详情 * author: xusan * date: 2024-09-05 14:20:04 */ @Mapper public interface AssessTeamRatingMapper extends BaseMapper { }