Table of Contents

Class WorkSectionWeakModel

Namespace
CMS.Plugin.FormulaManagement.Abstractions.Models
Assembly
CMS.Plugin.FormulaManagement.Abstractions.dll

工序弱模型.

public class WorkSectionWeakModel
Inheritance
WorkSectionWeakModel
Inherited Members

Properties

Code

工序代码.

public string Code { get; set; }

Property Value

string

Formula2ProcessParameterModels

对应的应用中的配方的采集参数配置

public List<Formula2ProcessParameterModel> Formula2ProcessParameterModels { get; set; }

Property Value

List<Formula2ProcessParameterModel>

Id

唯一标识.

public Guid Id { get; set; }

Property Value

Guid

Name

工序名称.

public string Name { get; set; }

Property Value

string

ProductionLineSegmentId

工序段Id.

public Guid? ProductionLineSegmentId { get; set; }

Property Value

Guid?

ProductionLineSegmentName

工序段

public string? ProductionLineSegmentName { get; set; }

Property Value

string

Remark

工序备注.

public string Remark { get; set; }

Property Value

string