Table of Contents

Class ProcessRouteModel

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

工艺路线模型

public class ProcessRouteModel
Inheritance
ProcessRouteModel
Inherited Members

Properties

ExtraProperties

扩展属性

public Dictionary<string, object> ExtraProperties { get; set; }

Property Value

Dictionary<string, object>

ProductionLineSegmentId

工序段Id

public Guid? ProductionLineSegmentId { get; set; }

Property Value

Guid?

ProductionLineSegmentName

工序段

public string ProductionLineSegmentName { get; set; }

Property Value

string

WorkSectionCode

工序编码

public string WorkSectionCode { get; set; }

Property Value

string

WorkSectionId

工序Id

public Guid WorkSectionId { get; set; }

Property Value

Guid

WorkSectionName

工序名称

public string WorkSectionName { get; set; }

Property Value

string