| | |
| | | |
| | | 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); |
| | | |
| | | /** |
| | | * 树形结构 |
| | | * |
| | |
| | | * @return |
| | | */ |
| | | Integer selectEquipmentCount(Integer status); |
| | | void updateexpireTime(String expireTime, String deviceNumber); |
| | | void updateExstate(String state,String reason, String deviceNumber); |
| | | } |