@@ -63,4 +63,7 @@ public class ReportBaseVO {
@Schema(description = "是否暂存", example = "true")
private Boolean isTemp;
+ @Schema(description = "附件")
+ private String filePath;
+
}
@@ -79,4 +79,9 @@ public class ReportDO extends BaseDO {
*/
+ /**
+ * 附件
+ */