- package com.punchsettle.server.atomic.mapper;
- import com.punchsettle.server.atomic.entity.PunchInStatsMonth;
- import tk.mybatis.mapper.common.Mapper;
- /**
- * @author tyuio
- * @version 1.0.0
- * @description 打卡任务月数据统计 Mapper
- * @date 2025/04/08 10:30
- */
- public interface PunchInStatsMonthMapper extends Mapper<PunchInStatsMonth> {
- }
|