设备操作记录 分页
This commit is contained in:
@ -57,7 +57,7 @@ public interface WEBDeviceService extends IService<Device> {
|
||||
* @param endTime 结束时间
|
||||
* @return
|
||||
*/
|
||||
List<DeviceLog> getOperationRecord(Long deviceId, String startTime, String endTime);
|
||||
TableDataInfo<DeviceLog> getOperationRecord(Long deviceId, String startTime, String endTime, PageQuery pageQuery);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user