fix:排序字段更换

This commit is contained in:
2026-03-05 16:12:02 +08:00
parent 2694593f59
commit 344516b379
4 changed files with 13 additions and 13 deletions

View File

@@ -37,5 +37,5 @@ public class SimulationTaskResultCurveResp extends BaseResp {
private LocalDateTime createTime;
@Schema(description = "排序号")
private String tag1;
private Integer sortOrder;
}