sgj
2026-03-17 74a25082f68c00a797a7eca8672cde8edb0dc95f
1
2
3
4
5
6
7
8
9
10
package com.fzzy.igds.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.fzzy.igds.domain.EventInfo;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface EventInfoMapper extends BaseMapper<EventInfo> {
 
}