Merge remote-tracking branch 'origin/main'

This commit is contained in:
Yinyin Liu 2025-11-17 12:41:55 +01:00
commit 947ffaa11c
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public class Installation : TreeNode
public string SerialNumber { get; set; } = "";
public string InverterSN { get; set; } = "";
public string DataloggerSN { get; set; } = "";
public int BatteryClusterNumber { get; set; } = 0;
[Ignore]
public String OrderNumbers { get; set; }