Houjie
8 天以前 bb839b724afdaf9b4ea8a80c2d8963d2b9c2934c
1
2
3
4
5
6
7
8
9
10
11
12
package org.jeecg.modules.oss.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.oss.entity.OssFile;
 
/**
 * @Description: oss云存储Mapper
 * @author: jeecg-boot
 */
public interface OssFileMapper extends BaseMapper<OssFile> {
 
}