新增非法字段检查

This commit is contained in:
2024-02-06 15:37:21 +08:00
parent 719cd2d8e7
commit d58c9d5177
8 changed files with 102 additions and 31 deletions

View File

@@ -0,0 +1,8 @@
namespace MesETL.App.Const;
public static class ConstVar
{
public const string Producer = "Producer";
public const string Null = "NULL";
public const string MyDumperNull = "NULL";
}