Table of Contents

Class SPCTraceDataModel

Namespace
CMS.Plugin.SPCAnalysis.Abstractions.Models
Assembly
CMS.Plugin.SPCAnalysis.Abstractions.dll
public class SPCTraceDataModel
Inheritance
SPCTraceDataModel
Inherited Members

Properties

EntryTime

进站时间

public DateTime? EntryTime { get; set; }

Property Value

DateTime?

FinishTime

完工时间

public DateTime FinishTime { get; set; }

Property Value

DateTime

FormulaVersion

配方版本

public string FormulaVersion { get; set; }

Property Value

string

Params

过程参数列表(采集参数,配方参数).

public List<SPCTraceParamModel> Params { get; set; }

Property Value

List<SPCTraceParamModel>

ProductModel

产品型号

public string ProductModel { get; set; }

Property Value

string

WorkSectionId

工序Id

public Guid WorkSectionId { get; set; }

Property Value

Guid

WorkSectionName

工序名称

public string? WorkSectionName { get; set; }

Property Value

string