|
|
|
@@ -89,7 +89,7 @@ public interface ModelsService { |
|
|
|
|
|
|
|
List<Map<String, String>> exportModels(String path, String uuid) throws Exception; |
|
|
|
|
|
|
|
String newCreateModel(ModelsVo modelsVo) throws Exception; |
|
|
|
String newCreateModel(ModelsVo modelsVo); |
|
|
|
|
|
|
|
String newCreateVersion(ModelsVo modelsVo) throws Exception; |
|
|
|
|
|
|
|
|