package com.cloud.attendance.service; import com.alibaba.fastjson.JSONObject; import java.util.List; public interface DeviceService { List getClusterDeviceTree(); }