using LeaRun.Util.WebControl; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LeaRun.Application.IService.PipeNetworkManage { public interface IAnalysisService { #region 获取数据 /// /// 瞬时流量 /// /// /// /// /// string GetFlowRate(string deviceId, string start, string end); #endregion } }