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
MaterialName
物料名称
public string? MaterialName { get; set; }
Property Value
Segment
工序段
public ProductionLineSegment Segment { get; set; }
Property Value
WorkSectionCode
工序编码
public string? WorkSectionCode { get; set; }
Property Value
WorkSectionId
工序标识
public Guid? WorkSectionId { get; set; }
Property Value
- Guid?