Class FormulaVersion2FormulaParameterModel
- Assembly
- CMS.Plugin.FormulaManagement.Abstractions.dll
public class FormulaVersion2FormulaParameterModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
FormulaVersion2FormulaParameterModel
- Implements
-
IHasExtraProperties
- Inherited Members
Properties
DistributeType
下发类型.
public FormulaParameterDistributeType DistributeType { get; set; }
Property Value
FormulaVersionId
配方版本Id.
public Guid FormulaVersionId { 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
Value
设定值
public string? Value { get; set; }
Property Value
WorkSectionId
工序Id.
public Guid WorkSectionId { get; set; }