czt
2026-01-21 8c132142d0ee8b72372e589c6b1856fbd6e1f21e
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> {
 
}