mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 编写 Minio 实现 调整OSS模块结构
This commit is contained in:
@ -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;
|
||||
|
||||
/**
|
||||
* 文件后缀名
|
||||
*/
|
||||
|
Reference in New Issue
Block a user