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
FieldName
属性名称
public string FieldName { get; set; }
Property Value
Remark
备注
public string Remark { get; set; }
Property Value
Segment
工序段
public ProductionLineSegment Segment { get; set; }
Property Value
Variable
变量
public string Variable { get; set; }