MES-ETL/MesETL.App/Const/ConstVar.cs
2024-02-06 15:37:21 +08:00

8 lines
197 B
C#

namespace MesETL.App.Const;
public static class ConstVar
{
public const string Producer = "Producer";
public const string Null = "NULL";
public const string MyDumperNull = "NULL";
}