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