mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-19 09:25:54 +08:00
多租户的测试调整
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.ruoyi.iot.mapper;
|
||||
|
||||
import com.ruoyi.iot.domain.Device;
|
||||
import com.ruoyi.iot.domain.DeviceLog;
|
||||
import com.ruoyi.iot.model.DeviceStatistic;
|
||||
import com.ruoyi.iot.model.MonitorModel;
|
||||
@@ -30,7 +31,7 @@ public interface DeviceLogMapper
|
||||
*
|
||||
* @return 设备日志
|
||||
*/
|
||||
public DeviceStatistic selectCategoryLogCount();
|
||||
public DeviceStatistic selectCategoryLogCount(Device device);
|
||||
|
||||
/**
|
||||
* 查询设备日志列表
|
||||
|
||||
@@ -30,7 +30,7 @@ public interface DeviceMapper
|
||||
*
|
||||
* @return 设备
|
||||
*/
|
||||
public DeviceStatistic selectDeviceProductAlertCount();
|
||||
public DeviceStatistic selectDeviceProductAlertCount(Device device);
|
||||
|
||||
/**
|
||||
* 根据设备编号查询设备
|
||||
|
||||
Reference in New Issue
Block a user