Class MaterialDeductionVariable
- Namespace
- CMS.Plugin.ProcessManagement.Abstractions.Models
- Assembly
- CMS.Plugin.ProcessManagement.Abstractions.dll
物料扣减
public class MaterialDeductionVariable : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
MaterialDeductionVariable
- Implements
-
IHasExtraProperties
- Inherited Members
Properties
BarcodeVariable
物料条码变量
public string BarcodeVariable { get; set; }
Property Value
DeductionResultSignal
扣减结果信号
public string DeductionResultSignal { get; set; }
Property Value
DeductionTriggerSignal
物料扣减信号
public string DeductionTriggerSignal { get; set; }
Property Value
Description
描述
public string Description { get; set; }
Property Value
DosageMode
物料用量提供方式
public int? DosageMode { get; set; }
Property Value
- int?
DosageQtyVariable
物料使用量
public string DosageQtyVariable { get; set; }
Property Value
ExceptionVariable
异常描述变量
public string ExceptionVariable { get; set; }
Property Value
GroupName
组名
public string GroupName { get; set; }
Property Value
Key
参数Key
public string Key { get; set; }
Property Value
Name
参数名
public string Name { get; set; }
Property Value
Sort
排序
public int Sort { get; set; }
Property Value
Type
物料类型
public MaterialType Type { get; set; }