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
FinishTime
完工时间
public DateTime FinishTime { get; set; }
Property Value
FormulaVersion
配方版本
public string FormulaVersion { get; set; }
Property Value
Params
过程参数列表(采集参数,配方参数).
public List<SPCTraceParamModel> Params { get; set; }
Property Value
ProductModel
产品型号
public string ProductModel { get; set; }
Property Value
WorkSectionId
工序Id
public Guid WorkSectionId { get; set; }
Property Value
WorkSectionName
工序名称
public string? WorkSectionName { get; set; }