新增非法字段检查
This commit is contained in:
8
MesETL.App/Const/ConstVar.cs
Normal file
8
MesETL.App/Const/ConstVar.cs
Normal 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";
|
||||
}
|
Reference in New Issue
Block a user