Update
This commit is contained in:
@@ -37,11 +37,15 @@ namespace MesETL.App.Options
|
||||
#region ManualSet
|
||||
|
||||
public string[]? TableOrder { get; set; }
|
||||
|
||||
public string[] TableIgnoreList { get; set; } = [];
|
||||
|
||||
/// <summary>
|
||||
/// 配置如何从文件名转换为表名和表头
|
||||
/// </summary>
|
||||
public Func<string, FileInputInfo?>? FileInputMetaBuilder { get; set; } //TODO: 抽离
|
||||
|
||||
public Action<string>? OnTableInputCompleted { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
Reference in New Issue
Block a user