| | |
| | | private static final String PARENT_ID = "parentId"; |
| | | |
| | | @Override |
| | | public List<EquipmentVO> selectEquipmentPage(String deviceName, String addvcd, String dtype, String devicestate) { |
| | | public List<Equipment> selectEquipmentPage(String deviceName, String addvcd, String dtype, String devicestate) { |
| | | return baseMapper.selectEquipmentPage(deviceName,addvcd,dtype,devicestate); |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> selectInfos(String deviceNumber) { |
| | | return baseMapper.selectInfos(deviceNumber); |
| | | } |
| | | |
| | | @Override |
| | | public List<EquipmentVOS> selectList(String deviceType) { |
| | | return baseMapper.selectList(deviceType); |
| | | } |