Class FormulaModel
- Namespace
- CMS.Plugin.FormulaManagement.Abstractions.Models.Formulas
- Assembly
- CMS.Plugin.FormulaManagement.Abstractions.dll
public class FormulaModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
FormulaModel
- Implements
-
IHasExtraProperties
- Inherited Members
Properties
Code
编号
[Design("编号", "配方编号")]
public string Code { get; set; }
Property Value
Formula2Products
关联的产品信息.
[Design("关联的产品信息", "关联的产品信息")]
public List<Formula2ProductModel> Formula2Products { get; set; }
Property Value
Formula2WorkSections
关联的工序信息.
[Design("关联的工序信息", "关联的工序信息")]
public List<Formula2WorkSectionModel> Formula2WorkSections { get; set; }
Property Value
Id
唯一标识
[Design("Id", "配方唯一标识")]
public Guid Id { get; set; }
Property Value
IsApplied
状态
[Design("状态", "配方应用状态")]
public bool? IsApplied { get; set; }
Property Value
- bool?
Name
名称
[Design("名称", "配方名称")]
public string Name { get; set; }
Property Value
Remark
备注
[Design("备注", "配方备注")]
public string? Remark { get; set; }
Property Value
Sort
排序
public int Sort { get; set; }
Property Value
Methods
Clone()
public FormulaModel Clone()