Table of Contents

Class BusinessFieldModel

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

业务字段模型

public class BusinessFieldModel
Inheritance
BusinessFieldModel
Inherited Members

Properties

FieldCode

属性编码

public string FieldCode { get; set; }

Property Value

string

FieldName

属性名称

public string FieldName { get; set; }

Property Value

string

Remark

备注

public string Remark { get; set; }

Property Value

string

Segment

工序段

public ProductionLineSegment Segment { get; set; }

Property Value

ProductionLineSegment

Variable

变量

public string Variable { get; set; }

Property Value

string