feige
2025-01-08 adeec8aafe23ed8255941db26e2245d7da8f6405
1
2
3
4
5
6
7
8
9
package com.ruoyi.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.domain.MeetingStatistic;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface MeetingStatisticMapper extends BaseMapper<MeetingStatistic> {
}