24282 2 years ago
parent
commit
1196ed77e3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      hx-file/src/main/java/com/fjhx/file/entity/ObsFile.java

+ 3 - 1
hx-file/src/main/java/com/fjhx/file/entity/ObsFile.java

@@ -17,7 +17,9 @@ public class ObsFile {
      */
     private String fileName;
 
-    /**文件大小*/
+    /**
+     * 文件大小
+     */
     private String fileSize;
 
 }