Sic03-8inch/Modules/Mainframe/PMs/Support/RecipeExecutions/RecipeHead.cs

12 lines
240 B
C#
Raw Normal View History

2023-03-28 13:24:11 +08:00
namespace SicPM.RecipeExecutions
{
public class RecipeHead
{
public string ProcessPurgeCount { get; set; }
public string RecipeChamberType { get; set; }
public string RecipeVersion { get; set; }
}
}