Class FormulaVersion2ProcessParameterModel
- Assembly
- CMS.Plugin.FormulaManagement.Abstractions.dll
public class FormulaVersion2ProcessParameterModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
FormulaVersion2ProcessParameterModel
- Implements
-
IHasExtraProperties
- Inherited Members
Properties
FormulaVersionId
配方版本Id.
public Guid FormulaVersionId { get; set; }
Property Value
Lower
下限
public double? Lower { get; set; }
Property Value
ParameterId
参数Id
public string ParameterId { get; set; }
Property Value
ParameterName
参数名称
public string ParameterName { get; set; }
Property Value
Sort
排序
public int Sort { get; set; }
Property Value
Upper
上限
public double? Upper { get; set; }
Property Value
Value
标准值
public string? Value { get; set; }
Property Value
WorkSectionId
工序Id.
public Guid WorkSectionId { get; set; }