6个物性公式的更改
This commit is contained in:
@@ -57,6 +57,12 @@ namespace CapMachine.Model
|
||||
[Column(Name = "CapNo", IsNullable = true, StringLength = 150)]
|
||||
public string? CapNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 压缩机排量
|
||||
/// </summary>
|
||||
[Column(Name = "CapDisplacement", IsNullable = true, StringLength = 100)]
|
||||
public string? CapDisplacement { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 制冷剂
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user