SIC-12/Modules/SicPM1/RecipeExecutions/RecipeHead.cs

12 lines
241 B
C#
Raw Permalink Normal View History

2026-03-24 15:04:02 +08:00
namespace SicPM1.RecipeExecutions
{
public class RecipeHead
{
public string ProcessPurgeCount { get; set; }
public string RecipeChamberType { get; set; }
public string RecipeVersion { get; set; }
}
}