|
|
@ -102,7 +102,7 @@ public class OperAccessLibraryController extends BladeController { |
|
|
|
@ApiOperation(value = "检修库导入") |
|
|
|
@ApiOperation(value = "检修库导入") |
|
|
|
@ApiOperationSupport(order = 7) |
|
|
|
@ApiOperationSupport(order = 7) |
|
|
|
@PostMapping(value = "/import") |
|
|
|
@PostMapping(value = "/import") |
|
|
|
public void libraryImport(@RequestParam("library") MultipartFile multipartFile) { |
|
|
|
public void libraryImport(@RequestParam MultipartFile multipartFile) { |
|
|
|
service.libraryImport(multipartFile); |
|
|
|
service.libraryImport(multipartFile); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |