Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
947ffaa11c
|
|
@ -45,6 +45,7 @@ public class Installation : TreeNode
|
||||||
public string SerialNumber { get; set; } = "";
|
public string SerialNumber { get; set; } = "";
|
||||||
public string InverterSN { get; set; } = "";
|
public string InverterSN { get; set; } = "";
|
||||||
public string DataloggerSN { get; set; } = "";
|
public string DataloggerSN { get; set; } = "";
|
||||||
|
public int BatteryClusterNumber { get; set; } = 0;
|
||||||
|
|
||||||
[Ignore]
|
[Ignore]
|
||||||
public String OrderNumbers { get; set; }
|
public String OrderNumbers { get; set; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue