设备操作记录 分页

This commit is contained in:
2025-09-09 09:55:58 +08:00
parent 91f787eec7
commit f7a82ef138
4 changed files with 19 additions and 19 deletions

View File

@ -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);
/**