Table of Contents

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

Guid

Proportion

比例.

public double Proportion { get; set; }

Property Value

double

SegmentId

工序段Id.

public Guid SegmentId { get; set; }

Property Value

Guid

SegmentName

工序段名称.

public string SegmentName { get; set; }

Property Value

string