MES-ETL/ConsoleApp2/Const/ProcessStep.cs
2024-01-04 09:00:44 +08:00

7 lines
162 B
C#

namespace ConsoleApp2.Const;
public static class ProcessStep
{
public const string Producer = "Producer";
public const string Consumer = "Consumer";
}