|
|
|
@@ -226,7 +226,7 @@ public class ModelsController extends BaseController { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/exportModel") |
|
|
|
@PostMapping("/exportModel") |
|
|
|
@ApiOperation(value = "导出模型", notes = "将流水线产物导出到模型。") |
|
|
|
public AjaxResult exportModels(@RequestBody Map map) throws Exception { |
|
|
|
String path = (String) map.get("path"); |
|
|
|
|