fix:任务执行bug

This commit is contained in:
2025-12-11 10:59:37 +08:00
parent fd0847d956
commit 3c218626c1
2 changed files with 47 additions and 22 deletions

View File

@@ -28,4 +28,9 @@ public class SpdmReportReq {
*/
private String outPutDirPath;
/**
* 生成的报告要上传到流程节点的路径
*/
private String flowPath;
}