Delete OSSFileMapper.java

This commit is contained in:
JEECG
2022-07-20 18:14:33 +08:00
committed by GitHub
parent b01c1d54a3
commit de060bace3

View File

@ -1,12 +0,0 @@
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> {
}