- package com.usky.fire.mapper;
- import com.usky.fire.domain.PatrolInspectionAttendance;
- import com.usky.common.mybatis.core.CrudMapper;
- /**
- * <p>
- * 签到、签退信息记录表 Mapper 接口
- * </p>
- *
- * @author fu
- * @since 2024-02-05
- */
- public interface PatrolInspectionAttendanceMapper extends CrudMapper<PatrolInspectionAttendance> {
- }
|