MES-ETL/MesETL.App/Const/ConstVar.cs

8 lines
196 B
C#
Raw Normal View History

2024-02-06 15:37:21 +08:00
namespace MesETL.App.Const;
public static class ConstVar
{
public const string Producer = "Producer";
public const string Null = "NULL";
2024-02-06 16:35:20 +08:00
public const string MyDumperNull = @"\N";
2024-02-06 15:37:21 +08:00
}