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 diskList(long timestamp); List pointList(long timestamp); }