Table of Contents

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

Guid

Id

唯一标识.

public Guid Id { get; set; }

Property Value

Guid

SOPId

SOPId.

public Guid? SOPId { get; set; }

Property Value

Guid?

SOPName

SOP名称.

public string? SOPName { get; set; }

Property Value

string

Sort

排序

public int Sort { get; set; }

Property Value

int

WorkSectionCode

工序代码

public string WorkSectionCode { get; set; }

Property Value

string

WorkSectionId

工序Id

public Guid WorkSectionId { get; set; }

Property Value

Guid

WorkSectionName

工序名称

public string WorkSectionName { get; set; }

Property Value

string

WorkSectionType

工序类型.

public string WorkSectionType { get; set; }

Property Value

string

Methods

Clone()

public Formula2WorkSectionModel Clone()

Returns

Formula2WorkSectionModel