| | |
| | | */ |
| | | public interface EquipmentMapper extends BaseMapper<Equipment> { |
| | | |
| | | /** |
| | | * 自定义分页 |
| | | * |
| | | * @param page |
| | | * @param equipment |
| | | * @return |
| | | */ |
| | | List<EquipmentVO> selectEquipmentPage(IPage page, EquipmentVO equipment); |
| | | List<EquipmentVO> selectEquipmentPage(String deviceName, String addvcd, String dtype, String devicestate); |
| | | |
| | | void s(Equipment equipment); |
| | | void updateOne(Equipment equipment); |
| | | void updataType(String arr); |
| | | void updataTypeC(String arr); |
| | | /** |
| | | * 树形结构 |
| | | * |
| | |
| | | */ |
| | | List<EquipmentVOS> selectList(String deviceType); |
| | | EquipmentVOS selectInfo(Equipment equipment); |
| | | List<Map<String, Object>> selectInfos(String deviceNumber); |
| | | void updateChannel(String heartbeat,String deviceNumber); |
| | | } |