Class AbnormalCauseConfig
- Namespace
- CMS.Plugin.MesSuite.Abstractions.Models
- Assembly
- CMS.Plugin.MesSuite.Abstractions.dll
补充说明映射
public class AbnormalCauseConfig
- Inheritance
-
AbnormalCauseConfig
- Inherited Members
Fields
MaterialAssociatedVariable
public const string MaterialAssociatedVariable = "物料关联变量"
Field Value
WorkSectionCode
public const string WorkSectionCode = "工序编号"
Field Value
Properties
AbnormalCause
异常原因
public string AbnormalCause { get; set; }
Property Value
AbnormalCode
异常编号
public string AbnormalCode { get; set; }
Property Value
MappedValue
映射值
public string? MappedValue { get; set; }
Property Value
OriginalValue
原始值
public string? OriginalValue { get; set; }