| | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.jfpt.alarm.vo.AlarmVO; |
| | | import org.springblade.jfpt.equipment.entity.Equipment; |
| | | import org.springblade.jfpt.equipment.entity.EquipmentPlayInfo; |
| | | import org.springblade.jfpt.equipment.vo.EquipmentVO; |
| | | import org.springblade.jfpt.equipment.vo.EquipmentVOS; |
| | | |
| | |
| | | */ |
| | | void updateEqListl(@Param("equipmentListl") List<Long> equipmentListl); |
| | | |
| | | /** |
| | | * 查询在线设备数量 |
| | | * @return |
| | | */ |
| | | Integer selectOnlineEqNum(); |
| | | |
| | | /** |
| | | * 获取设备视频播放的信息 |
| | | * @param equipmentPlayInfo 视频播放地址对象,只需包含设备编号,以及视频播放格式即可 |
| | | * @return |
| | | */ |
| | | EquipmentPlayInfo selectEquimentPlayInfo(EquipmentPlayInfo equipmentPlayInfo); |
| | | |
| | | /** |
| | | * 新增设备视频播放的信息 |
| | | * @param equipmentPlayInfo 视频播放地址对象 |
| | | * @return |
| | | */ |
| | | int saveEquipmentPlayInfo(EquipmentPlayInfo equipmentPlayInfo); |
| | | |
| | | /** |
| | | * 修改设备视频播放的信息 |
| | | * @param equipmentPlayInfo 视频播放地址对象 |
| | | * @return |
| | | */ |
| | | int updateEquipmentPlayInfo(EquipmentPlayInfo equipmentPlayInfo); |
| | | } |