设备管理
This commit is contained in:
parent
e6117efa28
commit
4f04b702ea
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue