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
ProductionLineSegmentId
工序段Id
public Guid? ProductionLineSegmentId { get; set; }
Property Value
- Guid?
ProductionLineSegmentName
工序段
public string ProductionLineSegmentName { get; set; }
Property Value
WorkSectionCode
工序编码
public string WorkSectionCode { get; set; }
Property Value
WorkSectionId
工序Id
public Guid WorkSectionId { get; set; }
Property Value
WorkSectionName
工序名称
public string WorkSectionName { get; set; }