Table of Contents

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

string

WorkSectionCode

public const string WorkSectionCode = "工序编号"

Field Value

string

Properties

AbnormalCause

异常原因

public string AbnormalCause { get; set; }

Property Value

string

AbnormalCode

异常编号

public string AbnormalCode { get; set; }

Property Value

string

MappedValue

映射值

public string? MappedValue { get; set; }

Property Value

string

OriginalValue

原始值

public string? OriginalValue { get; set; }

Property Value

string