1、宜安 同步任务接口 bugfix

2、导出指标接口支持导出算例下的指标
This commit is contained in:
2025-11-28 15:43:38 +08:00
parent f735b499d6
commit 5f24c784c2
4 changed files with 37 additions and 35 deletions

View File

@@ -10,5 +10,9 @@ public class PerformanceExportExcelParam {
*/
private Integer taskId;
/**
* 算例id
*/
private String runId;
}