| | |
| | | |
| | | IPage<EquipmentVO> selectEquipmentPage(IPage<EquipmentVO> page, EquipmentVO equipment,List childList); |
| | | IPage<EquipmentVO> selectPage(IPage<EquipmentVO> page, EquipmentVO equipment,String pid); |
| | | |
| | | |
| | | IPage<EquipmentVO> selectDeptPages(IPage<EquipmentVO> page, EquipmentVO equipment,String pid,String dxtype); |
| | | |
| | | /** |
| | | * 树形结构 |
| | | * |
| | |
| | | */ |
| | | List<EquipmentVOS> selectList(String deviceType); |
| | | void updateChannel(String heartbeat, String deviceNumber); |
| | | |
| | | /** |
| | | * 查询在线设备总数 |
| | | * @param status 状态码 0:本日 1:本周 2:本月 |
| | | * @return |
| | | */ |
| | | Integer selectEquipmentCount(Integer status); |
| | | void updateexpireTime(String expireTime, String deviceNumber); |
| | | void updateExstate(String state,String reason, String deviceNumber); |
| | | } |