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

@@ -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>
/// 子组容量