liuxiaolong
2019-05-06 1043e7be0b7503d7b0f488dc0d8d11a2b8079dee
1
2
3
4
5
6
7
8
package com.cloud.control.service;
 
import com.alibaba.fastjson.JSONObject;
 
public interface DeviceService {
 
    JSONObject getNodeByDevId(String devId);
}