Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/MECF/Framework/Common/FAServices/E40s/ProcessRecipeMethod.cs

9 lines
134 B
C#

namespace MECF.Framework.Common.FAServices.E40s
{
public enum ProcessRecipeMethod
{
RECIEP = 0,
RECIPE_WITH_VAR_TUNING = 1
}
}