cjl
2023-10-10 e574f485b2eb4f539984d61fc442b3f051a382d8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.moral.api.mapper;
 
import com.moral.api.entity.FileTable;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 附件表 Mapper 接口
 * </p>
 *
 * @author moral
 * @since 2023-09-21
 */
public interface FileTableMapper extends BaseMapper<FileTable> {
 
}