大屏接口
This commit is contained in:
@ -17,4 +17,8 @@ public interface DeviceInfoApi {
|
||||
* @return
|
||||
*/
|
||||
String getDeviceInfoName(String deviceIp);
|
||||
|
||||
DeviceInfoDto getDevice(String deviceIp);
|
||||
|
||||
List<DeviceInfoDto> getDevice();
|
||||
}
|
||||
|
Reference in New Issue
Block a user