Table of Contents

Class MaterialAssociationConfig

Namespace
CMS.Plugin.MesSuite.Abstractions.Models
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

物料产品关联工序

public class MaterialAssociationConfig
Inheritance
MaterialAssociationConfig
Inherited Members

Properties

MaterialKey

物料标识

public string? MaterialKey { get; set; }

Property Value

string

MaterialName

物料名称

public string? MaterialName { get; set; }

Property Value

string

Segment

工序段

public ProductionLineSegment Segment { get; set; }

Property Value

ProductionLineSegment

WorkSectionCode

工序编码

public string? WorkSectionCode { get; set; }

Property Value

string

WorkSectionId

工序标识

public Guid? WorkSectionId { get; set; }

Property Value

Guid?