mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-18 11:38:49 +08:00
update 将所有 云存储字样 改为 对象存储 避免误解
This commit is contained in:
@@ -9,7 +9,7 @@ import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* OSS云存储对象
|
||||
* OSS对象存储对象
|
||||
*
|
||||
* @author Lion Li
|
||||
*/
|
||||
@@ -23,7 +23,7 @@ public class SysOss implements Serializable {
|
||||
|
||||
|
||||
/**
|
||||
* 云存储主键
|
||||
* 对象存储主键
|
||||
*/
|
||||
@TableId(value = "oss_id", type = IdType.AUTO)
|
||||
private Long ossId;
|
||||
|
||||
Reference in New Issue
Block a user