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