1
This commit is contained in:
@@ -107,4 +107,34 @@ namespace Tnb.QcMgr.Entities
|
||||
public float? clmr { get; set; }
|
||||
public float? lclmr { get; set; }
|
||||
}
|
||||
public class Pchart
|
||||
{
|
||||
public float? p { get; set; }
|
||||
public float? n { get; set; }
|
||||
public float? ucl { get; set; }
|
||||
public float? cl { get; set; }
|
||||
public float? lcl { get; set; }
|
||||
}
|
||||
public class Uchart
|
||||
{
|
||||
public float? u { get; set; }
|
||||
public float? n { get; set; }
|
||||
public float? ucl { get; set; }
|
||||
public float? cl { get; set; }
|
||||
public float? lcl { get; set; }
|
||||
}
|
||||
public class NPchart
|
||||
{
|
||||
public float? np { get; set; }
|
||||
public float? ucl { get; set; }
|
||||
public float? cl { get; set; }
|
||||
public float? lcl { get; set; }
|
||||
}
|
||||
public class Cchart
|
||||
{
|
||||
public float? c { get; set; }
|
||||
public float? ucl { get; set; }
|
||||
public float? cl { get; set; }
|
||||
public float? lcl { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user