using DMS.Core.Models; namespace DMS.Infrastructure.Services; public interface IExcelService { /// /// 从博途的变量表中导如变量 /// /// /// /// List ImprotFromTiaVariableTable(string excelFilePath); }