This commit is contained in:
xyy
2026-01-24 13:59:21 +08:00
parent 61600b8077
commit b6ecb4e670
3 changed files with 11 additions and 3 deletions

View File

@@ -83,6 +83,11 @@ namespace 材料热传导系数
public DateTime CreateTime { get; set; }
/// <summary>
///高温模式 1是0否
/// </summary>
public bool IsHighMode { get; set; }
}