update 使用 策略+工厂 重写OSS模块

This commit is contained in:
疯狂的狮子li
2021-07-18 18:20:21 +08:00
parent d642c08c2e
commit 089e288a6e
26 changed files with 602 additions and 474 deletions

View File

@@ -6,8 +6,7 @@ import com.ruoyi.system.domain.SysOss;
/**
* 文件上传 数据层
*
* @author chkj
* @date 2019-07-15
* @author Lion Li
*/
public interface SysOssMapper extends BaseMapper<SysOss> {
}