update 编写 Minio 实现 调整OSS模块结构

This commit is contained in:
疯狂的狮子li
2021-07-19 19:40:18 +08:00
parent 3aaf4e2384
commit 0a128e454c
17 changed files with 311 additions and 56 deletions

View File

@ -25,7 +25,7 @@ public class SysOss implements Serializable {
/**
* 云存储主键
*/
@TableId(value = "oss_id")
@TableId(value = "oss_id", type = IdType.AUTO)
private Long ossId;
/**
@ -33,6 +33,11 @@ public class SysOss implements Serializable {
*/
private String fileName;
/**
* 原名
*/
private String originalName;
/**
* 文件后缀名
*/