ruoyi-oss/src/main/java/com/ruoyi/system/domain/SysOss.java
@@ -25,7 +25,7 @@ /** * 云存储主键 */ @TableId(value = "oss_id") @TableId(value = "oss_id", type = IdType.AUTO) private Long ossId; /** @@ -34,6 +34,11 @@ private String fileName; /** * 原名 */ private String originalName; /** * 文件后缀名 */ private String fileSuffix;