Added BatteryClusterNumber attribute in backend

This commit is contained in:
Yinyin Liu 2025-11-17 12:19:20 +01:00
parent 13844ebf05
commit 0df6c26ed6
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 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; }