zqy
2025-05-30 e126ec9be7a8f8d2c351f2843a9a184d1bcc8703
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> {
}