zouyu
2025-09-12 efe98e89b2d03f053aad877678f46f7512c63248
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.manage.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.manage.pojo.InternalCorrectFile;
 
/**
 * <p>
 * 内审管理纠正措施附件表 服务类
 * </p>
 *
 * @author
 * @since 2024-11-13 04:00:38
 */
public interface InternalCorrectFileService extends IService<InternalCorrectFile> {
 
}