old mode 100644
new mode 100755
| | |
| | | |
| | | int addCatalog(PlatformCatalog platformCatalog); |
| | | |
| | | PlatformCatalog getCatalog(String id); |
| | | PlatformCatalog getCatalog(String platformId, String id); |
| | | |
| | | int delCatalog(String id); |
| | | int delCatalog(String platformId, String id); |
| | | |
| | | int updateCatalog(PlatformCatalog platformCatalog); |
| | | |
| | |
| | | |
| | | List<DeviceChannelExtend> queryChannelsByDeviceId(String serial, List<String> channelIds, Boolean online); |
| | | |
| | | List<ParentPlatform> queryEnablePlatformListWithAsMessageChannel(); |
| | | |
| | | List<Device> queryDeviceWithAsMessageChannel(); |
| | | } |