- package com.xjrsoft.module.activity.mapper;
- import com.github.yulichang.base.MPJBaseMapper;
- import com.xjrsoft.module.activity.entity.ActivityEnrollRange;
- import org.apache.ibatis.annotations.Mapper;
- /**
- * @title: 活动报名范围
- * @Author dzx
- * @Date: 2024-07-19
- * @Version 1.0
- */
- @Mapper
- public interface ActivityEnrollRangeMapper extends MPJBaseMapper<ActivityEnrollRange> {
- }
|