yaowanxin
6 小时以前 e8eb756760d2a1fe65f70545482364a07fa1060a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.manage.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.manage.pojo.InternalMeetingDetail;
 
/**
 * <p>
 * 内审会议详情表 Mapper 接口
 * </p>
 *
 * @author 
 * @since 2024-11-12 02:56:13
 */
public interface InternalMeetingDetailMapper extends BaseMapper<InternalMeetingDetail> {
 
}