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

6 lines
113 B
C#
Raw Normal View History

namespace MesETL.App.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
}