公告板
版本库
filestore
活动
搜索
登录
school_java_vue
/
attendance-service
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
git init
liuxiaolong
2019-05-06
a7bed6b4cfecd61ec153818945f982c5bb796b98
[school_java_vue/attendance-service.git]
/
manager-attendance
/
src
/
main
/
java
/
com
/
cloud
/
attendance
/
service
/
DeviceService.java
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();
}