forked from dyf/fys-Multi-tenant
开始时间
This commit is contained in:
@ -53,16 +53,21 @@ public interface WEBDeviceService extends IService<Device> {
|
||||
* 设备操作记录
|
||||
*
|
||||
* @param deviceId
|
||||
* @param startTime 开始时间
|
||||
* @param endTime 结束时间
|
||||
* @return
|
||||
*/
|
||||
List<DeviceLog> getOperationRecord(Long deviceId);
|
||||
List<DeviceLog> getOperationRecord(Long deviceId, String startTime, String endTime);
|
||||
|
||||
|
||||
/**
|
||||
* 设备告警记录
|
||||
*
|
||||
* @param deviceId
|
||||
* @param startTime 开始时间
|
||||
* @param endTime 结束时间
|
||||
* @return
|
||||
*/
|
||||
List<DeviceAlarmVo> getAlarmRecord(Long deviceId);
|
||||
List<DeviceAlarmVo> getAlarmRecord(Long deviceId, String startTime, String endTime);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user