zss
2025-02-20 a465f67fdd32f818f35938eded708b166b1cc1f7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.ruoyi.manage.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.manage.pojo.InternalCorrectFile;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * <p>
 * 内审管理纠正措施附件表 Mapper 接口
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @since 2024-11-13 04:00:38
 */
@Mapper
public interface InternalCorrectFileMapper extends BaseMapper<InternalCorrectFile> {
 
}