疯狂的狮子li
2021-07-19 0a128e454cf644d094eccf4b8790f217f28e94f7
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;