zhuo
2025-03-04 a3d51976f721767c14e231d42abbb7fc970f8de5
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> {
 
}