forked from dyf/fys-Multi-tenant
WEB端解绑设备
This commit is contained in:
@ -38,6 +38,7 @@ public class WEBDeviceController extends BaseController {
|
||||
private final WEBDeviceService deviceService;
|
||||
private final DeviceBizService appDeviceService;
|
||||
|
||||
|
||||
/**
|
||||
* @param id
|
||||
* @return
|
||||
@ -52,14 +53,12 @@ public class WEBDeviceController extends BaseController {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 查询设备列表
|
||||
*/
|
||||
@GetMapping("/list")
|
||||
public TableDataInfo<AppDeviceVo> list(DeviceQueryCriteria bo, PageQuery pageQuery) {
|
||||
return appDeviceService.queryAppDeviceList(bo,pageQuery);
|
||||
return appDeviceService.queryAppDeviceList(bo, pageQuery);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -90,6 +89,7 @@ public class WEBDeviceController extends BaseController {
|
||||
|
||||
/**
|
||||
* 重命名设备
|
||||
*
|
||||
* @param reNameDTO
|
||||
* @return
|
||||
*/
|
||||
|
Reference in New Issue
Block a user