Merge branch 'dev/dev_xp' into dev/dev

This commit is contained in:
2025-06-13 16:41:15 +08:00
8 changed files with 180 additions and 56 deletions

View File

@@ -35,4 +35,9 @@ public class GenerateResultVO {
this.status = status;
this.category = category;
}
public GenerateResultVO(String taskId, String status) {
this.taskId = taskId;
this.status = status;
}
}