Class BusinessFieldExtendModel
- Namespace
- CMS.Plugin.ProductionManagement.Abstractions.Models
- Assembly
- CMS.Plugin.ProductionManagement.Abstractions.dll
业务字段模型
public class BusinessFieldExtendModel
- Inheritance
-
BusinessFieldExtendModel
- Inherited Members
Properties
FieldCode
Gets or sets 属性编码.
public string FieldCode { get; set; }
Property Value
FieldName
Gets or sets 属性名.
public string FieldName { get; set; }
Property Value
Remark
Gets or sets 备注.
public string Remark { get; set; }
Property Value
VariableDataType
变量类型.
public VariableDataType VariableDataType { get; set; }
Property Value
- VariableDataType