疯狂的狮子li
2021-07-28 eb2be90e74adfa06ee251f80c08243d0301ce467
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;