统一接口前缀

This commit is contained in:
zjw
2026-04-15 10:46:57 +08:00
parent 5d5308cf57
commit 9fd8971732
26 changed files with 153 additions and 148 deletions

View File

@@ -23,6 +23,7 @@ import java.util.Map;
*/
@Tag(name = "导出管理", description = "训练样本查询、导出批次和微调任务")
@RestController
@RequestMapping("/label")
@RequiredArgsConstructor
public class ExportController {