测试提交功能正常,仅添加了部分注释

This commit is contained in:
2026-04-23 15:15:54 +08:00
parent 03df9d3a10
commit 6c4a4e05c1

View File

@@ -89,4 +89,6 @@ public class MappingController extends BaseController {
GenerateMappingResult result = mappingTaskService.getIcdMmsJson(command);
return responseConverter.fromSubmitResult(result);
}
//测试提交添加的注释内容
}