Table of Contents

Class CPKParameterData

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

CPK参数数据

public class CPKParameterData
Inheritance
CPKParameterData
Inherited Members

Properties

CPK

过程能力 (CPK)

public string CPK { get; set; }

Property Value

string

CurrentValue

当前值

public string CurrentValue { get; set; }

Property Value

string

ParameterKey

参数Key

public string ParameterKey { get; set; }

Property Value

string

ParameterName

参数名

public string ParameterName { get; set; }

Property Value

string

ProductId

产品Id

public Guid ProductId { get; set; }

Property Value

Guid

ProductModel

产品型号

public string ProductModel { get; set; }

Property Value

string

RecentTrends

最近趋势

public List<double> RecentTrends { get; set; }

Property Value

List<double>

WorkSectionId

工序Id

public Guid WorkSectionId { get; set; }

Property Value

Guid

WorkSectionName

工序名称

public string WorkSectionName { get; set; }

Property Value

string