6 lines
113 B
C#
6 lines
113 B
C#
namespace MesETL.App.Const;
|
|
|
|
public static class ProcessStep
|
|
{
|
|
public const string Produce = "Producer";
|
|
} |