huminmin
2026-06-05 4f45f29e6b53f4c01b414409c5000ff4e212b3d9
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> {
 
}