备份id返回

This commit is contained in:
limin 2025-01-04 09:06:39 +08:00
parent f8958337de
commit 47f881c91c

View File

@ -64,6 +64,8 @@ public class ModelAssessTaskManualRespVO {
@Schema(description = "模型类型0普通1官方")
private Integer modelType;
@Schema(description = "备份id")
private Long backupId;
}