Class Formula2WorkSectionModel
- Namespace
- CMS.Plugin.FormulaManagement.Abstractions.Models.Formulas
- Assembly
- CMS.Plugin.FormulaManagement.Abstractions.dll
配方关联的工序模型.
public class Formula2WorkSectionModel
- Inheritance
-
Formula2WorkSectionModel
- Inherited Members
Properties
FormulaId
配方Id.
public Guid FormulaId { get; set; }
Property Value
Id
唯一标识.
public Guid Id { get; set; }
Property Value
SOPId
SOPId.
public Guid? SOPId { get; set; }
Property Value
- Guid?
SOPName
SOP名称.
public string? SOPName { get; set; }
Property Value
Sort
排序
public int Sort { get; set; }
Property Value
WorkSectionCode
工序代码
public string WorkSectionCode { get; set; }
Property Value
WorkSectionId
工序Id
public Guid WorkSectionId { get; set; }
Property Value
WorkSectionName
工序名称
public string WorkSectionName { get; set; }
Property Value
WorkSectionType
工序类型.
public string WorkSectionType { get; set; }
Property Value
Methods
Clone()
public Formula2WorkSectionModel Clone()