1
This commit is contained in:
@@ -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>
|
||||
/// 子组容量
|
||||
|
||||
Reference in New Issue
Block a user