package com.xjrsoft.module.attendance.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.attendance.entity.ClassAttendanceStatistics; import org.apache.ibatis.annotations.Mapper; @Mapper public interface ClassAttendanceStatisticsMapper extends MPJBaseMapper { }