Commit 709ceffd by gdj

机场新增和查询优化2。

parent 7b73d433
......@@ -167,6 +167,18 @@ public interface IDeviceService extends IService<DeviceEntity> {
/**
* Get the devices list no workspace.
* @param workspaceId
* @param deviceName 设备名称
* @param page
* @param pageSize
* @param domain
* @return
*/
PaginationData<DeviceDTO> getNoWorkspaceDevices(String workspaceId , String deviceName, Long page, Long pageSize, Integer domain);
/**
* Unbind device base on device's sn.
* @param deviceSn
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment