using OpenAuth.Repository.Domain; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenAuth.App.Import.Response { /// /// 提交参数 /// public class ExcelImportDto { /// /// Excel数据导入设置 /// public ExcelImport Entity { get; set; } /// /// Excel数据导入设置字段 /// public List List { get; set; } } }