Class Product2SegmentModel
- Namespace
- CMS.Plugin.ProductManagement.Abstractions.Models
- Assembly
- CMS.Plugin.ProductManagement.Abstractions.dll
产品-产线配置.
public class Product2SegmentModel
- Inheritance
-
Product2SegmentModel
- Inherited Members
Properties
Id
Id.
public Guid Id { get; set; }
Property Value
Proportion
比例.
public double Proportion { get; set; }
Property Value
SegmentId
工序段Id.
public Guid SegmentId { get; set; }
Property Value
SegmentName
工序段名称.
public string SegmentName { get; set; }