Compare commits

..

No commits in common. "f57789f0f5019e1efde57989c22caff076ad040a" and "c182e773dd26edca91f7094ab6c43fb4e5374718" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -43,8 +43,6 @@ 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; }

View File

@ -40,8 +40,7 @@ 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; } = "";
}