设备管理
This commit is contained in:
parent
e6117efa28
commit
4f04b702ea
|
|
@ -57,8 +57,8 @@ public class MachineController extends BaseController {
|
|||
* 查询机具设备管理列表
|
||||
*/
|
||||
@ApiOperation(value = "查询机具设备管理列表")
|
||||
@RequiresPermissions("ma:machine:list")
|
||||
@GetMapping("/list")
|
||||
@RequiresPermissions("ma:machine:typeList")
|
||||
@GetMapping("/getTypeList")
|
||||
public AjaxResult list(Type type)
|
||||
{
|
||||
return machineService.selectByTypeList(type);
|
||||
|
|
|
|||
Loading…
Reference in New Issue