This commit is contained in:
2024-01-04 09:00:44 +08:00
parent c53d2927bb
commit eab3695f53
27 changed files with 258 additions and 466 deletions

View File

@@ -0,0 +1,7 @@
namespace ConsoleApp2.Const;
public static class ProcessStep
{
public const string Producer = "Producer";
public const string Consumer = "Consumer";
}