pageQuery

This commit is contained in:
2025-09-08 17:37:01 +08:00
parent 870f94b2d4
commit 91f787eec7
4 changed files with 26 additions and 19 deletions

View File

@ -68,6 +68,6 @@ public interface WEBDeviceService extends IService<Device> {
* @param endTime 结束时间
* @return
*/
List<DeviceAlarmVo> getAlarmRecord(Long deviceId, String startTime, String endTime);
TableDataInfo<DeviceAlarmVo> getAlarmRecord(Long deviceId, String startTime, String endTime, PageQuery pageQuery);
}