设备管理

This commit is contained in:
mashuai 2024-10-17 17:52:55 +08:00
parent e6117efa28
commit 4f04b702ea
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ public class MachineController extends BaseController {
* 查询机具设备管理列表 * 查询机具设备管理列表
*/ */
@ApiOperation(value = "查询机具设备管理列表") @ApiOperation(value = "查询机具设备管理列表")
@RequiresPermissions("ma:machine:list") @RequiresPermissions("ma:machine:typeList")
@GetMapping("/list") @GetMapping("/getTypeList")
public AjaxResult list(Type type) public AjaxResult list(Type type)
{ {
return machineService.selectByTypeList(type); return machineService.selectByTypeList(type);