This commit is contained in:
qianjiawei
2023-08-25 17:53:56 +08:00
parent 24606bab04
commit bbcdb7d0fb
5 changed files with 408 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ namespace Tnb.QcMgr.Entities
/// <summary>
/// 子组容量
/// </summary>
public string? subcapacity { get; set; }
public int? subcapacity { get; set; }
/// <summary>
/// 控制图键
@@ -38,7 +38,7 @@ namespace Tnb.QcMgr.Entities
/// <summary>
/// 控制图值
/// </summary>
public decimal? spcdata { get; set; }
public float? spcdata { get; set; }
}

View File

@@ -98,17 +98,17 @@ namespace Tnb.QcMgr.Entities
/// <summary>
/// 规格上限
/// </summary>
public decimal? uplimit { get; set; }
public float? uplimit { get; set; }
/// <summary>
/// 目标值
/// </summary>
public decimal? target { get; set; }
public float? target { get; set; }
/// <summary>
/// 规格下限
/// </summary>
public decimal? lowerlimit { get; set; }
public float? lowerlimit { get; set; }
/// <summary>
/// 子组容量