This commit is contained in:
wxt
2026-02-04 20:19:19 +08:00
5 changed files with 286 additions and 14 deletions

View File

@@ -96,6 +96,16 @@ namespace 材料热传导系数
/// </summary>
public string ItemNumber { get; set; }
/// <summary>
/// 刻字号
/// </summary>
public string EngravingNumber { get; set; }
/// <summary>
/// 数量
/// </summary>
public int Quantity { get; set; }
/// <summary>
/// 压力
/// </summary>
@@ -116,6 +126,15 @@ namespace 材料热传导系数
/// </summary>
public float dwelltime { get; set; }
/// <summary>
/// 压差设置
/// </summary>
public float PressureDifference { get; set; }
/// <summary>
/// 标准误差
/// </summary>
public float StandardError { get; set; }
public DateTime CreateTime { get; set; }