Class AssociationSegmentModel
- Namespace
- CMS.Plugin.OrderManagement.Abstractions.Models
- Assembly
- CMS.Plugin.OrderManagement.Abstractions.dll
关联工序段
public class AssociationSegmentModel
- Inheritance
-
AssociationSegmentModel
- Inherited Members
Properties
SegmentId
工序段Id
[Design("工序段Id", "工序段Id")]
public Guid? SegmentId { get; set; }
Property Value
- Guid?
SegmentName
工序段名称
[Design("工序段名称", "工序段名称")]
public string SegmentName { get; set; }