using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /** * * 灌注数据采集 * * */ namespace Aucma.Core.PerfusionTask { public interface IAucamPerfusionService { void Execute(); } }