This repository has been archived on 2024-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
Sic06/Modules/SicPM2/RecipeExecutions/RecipeHead.cs

12 lines
241 B
C#

namespace SicPM2.RecipeExecutions
{
public class RecipeHead
{
public string ProcessPurgeCount { get; set; }
public string RecipeChamberType { get; set; }
public string RecipeVersion { get; set; }
}
}