Compare commits
2 Commits
c182e773dd
...
f57789f0f5
| Author | SHA1 | Date |
|---|---|---|
|
|
f57789f0f5 | |
|
|
692a278f04 |
|
|
@ -43,6 +43,8 @@ public class Installation : TreeNode
|
|||
public int Product { get; set; } = (int)ProductType.Salimax;
|
||||
public int Device { get; set; } = 0;
|
||||
public string SerialNumber { get; set; } = "";
|
||||
public string InverterSN { get; set; } = "";
|
||||
public string DataloggerSN { get; set; } = "";
|
||||
|
||||
[Ignore]
|
||||
public String OrderNumbers { get; set; }
|
||||
|
|
|
|||
|
|
@ -40,7 +40,8 @@ public class Installation
|
|||
public int Product { get; set; } = 0;
|
||||
public int Device { get; set; } = 0;
|
||||
public string SerialNumber { get; set; } = "";
|
||||
|
||||
public string InverterSN { get; set; } = "";
|
||||
public string DataloggerSN { get; set; } = "";
|
||||
public String OrderNumbers { get; set; }
|
||||
public String VrmLink { get; set; } = "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue