update 将所有 云存储字样 改为 对象存储 避免误解

This commit is contained in:
疯狂的狮子li
2021-09-10 10:51:40 +08:00
parent 5bb7b0dda5
commit c1c6c1cf30
21 changed files with 77 additions and 77 deletions

View File

@@ -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;