Parcourir la source

文件增加remark

caozj il y a 2 ans
Parent
commit
f7bbb31951
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      hx-file/src/main/java/com/fjhx/file/entity/FileInfoVo.java

+ 5 - 0
hx-file/src/main/java/com/fjhx/file/entity/FileInfoVo.java

@@ -38,4 +38,9 @@ public class FileInfoVo {
      */
     private Long businessType;
 
+    /**
+     * 备注
+     */
+    private String remark;
+
 }