MES-ETL/ConsoleApp2/Const/ProcessStep.cs

6 lines
114 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
{
2024-01-29 09:29:16 +08:00
public const string Produce = "Producer";
2023-12-29 16:16:05 +08:00
}