liuxiaolong
2019-05-06 a7bed6b4cfecd61ec153818945f982c5bb796b98
1
2
3
4
5
6
7
8
9
10
11
12
package com.cloud.attendance.service;
 
import com.alibaba.fastjson.JSONObject;
 
import java.util.List;
 
public interface DeviceService {
 
 
    List<JSONObject> getClusterDeviceTree();
 
}