package com.xjrsoft.module.attendance.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.attendance.entity.AttendanceMessageSet; import org.apache.ibatis.annotations.Mapper; /** * @title: 考勤消息设置 * @Author dzx * @Date: 2024-05-20 * @Version 1.0 */ @Mapper public interface AttendanceMessageSetMapper extends MPJBaseMapper { }