SicMultiplate/Modules/Mainframe/PMs/RecipeExecutions/RecipeHead.cs

12 lines
249 B
C#
Raw Normal View History

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