This commit is contained in:
2024-01-12 16:50:37 +08:00
parent eab3695f53
commit 0984853c79
28 changed files with 1115 additions and 166 deletions

View File

@@ -5,7 +5,7 @@ public class CsvOptions
/// <summary>
/// MyDumper导出的CSV文件目录
/// </summary>
public string InputDir { get; set; } = "./";
//public string InputDir { get; set; } = "./";
/// <summary>
/// 字符串的包围符号,默认为双引号"