fix:生成报告

This commit is contained in:
2026-01-21 09:22:18 +08:00
parent a0df889714
commit d324129b05
2 changed files with 127 additions and 2 deletions

View File

@@ -33,4 +33,13 @@ public class SpdmReportReq {
*/
private String flowPath;
/**
* 算例id
*/
private String runId;
/**
* 前端传的参数
*/
private String reportContent;
}