MES-ETL/ConsoleApp2/Const/ProcessStep.cs

7 lines
162 B
C#
Raw Normal View History

2024-01-04 09:00:44 +08:00
namespace ConsoleApp2.Const;
2023-12-29 16:16:05 +08:00
public static class ProcessStep
{
public const string Producer = "Producer";
public const string Consumer = "Consumer";
}