新增非法字段检查

This commit is contained in:
2024-02-06 16:35:20 +08:00
parent d58c9d5177
commit 20cc78c667
3 changed files with 7 additions and 3 deletions

View File

@@ -4,5 +4,5 @@ public static class ConstVar
{
public const string Producer = "Producer";
public const string Null = "NULL";
public const string MyDumperNull = "NULL";
public const string MyDumperNull = @"\N";
}