package com.njcn.influx.service; import com.njcn.influx.pojo.po.DataFluc; import java.util.List; /** * @author hongawen * @version 1.0.0 * @date 2023年05月05日 09:10 */ public interface DataFlucService { List getNewDataFluc(String lineIndex, String startTime, String endTime); }