初始化
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.tongran.agent.client.service;
|
||||
|
||||
import com.tongran.agent.client.core.vo.DiskVO;
|
||||
import com.tongran.agent.client.core.vo.PointVO;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface DiskService {
|
||||
List<DiskVO> diskList(long timestamp);
|
||||
|
||||
List<PointVO> pointList(long timestamp);
|
||||
}
|
||||
Reference in New Issue
Block a user