mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
修改接口文档参数
This commit is contained in:
-1
@@ -156,7 +156,6 @@ public class MachineController {
|
||||
|
||||
@GetMapping("getMachineTree")
|
||||
@Operation(summary = "获得机台树")
|
||||
@Parameter(name = "id", description = "编号", required = true, example = "1024")
|
||||
@PreAuthorize("@ss.hasPermission('machine::query')")
|
||||
public CommonResult<Map<Integer, List<MachineVO>>> getMachineTree() {
|
||||
return success(machineService.getMachineTree());
|
||||
|
||||
-1
@@ -34,7 +34,6 @@ public class MachineTemplateController {
|
||||
|
||||
@GetMapping("getMachineTemplateTree")
|
||||
@Operation(summary = "获得机台模板树")
|
||||
@Parameter(name = "id", description = "编号", required = true, example = "1024")
|
||||
@PreAuthorize("@ss.hasPermission('machine-template::query')")
|
||||
public CommonResult<Map<Integer, List<MachineTemplateDO>>> getMachineTemplateTree() {
|
||||
return success(machineTemplateService.getMachineTemplateTree());
|
||||
|
||||
Reference in New Issue
Block a user