Shart generation after csv files uploaded.
This commit is contained in:
@@ -7,7 +7,9 @@ namespace BattSim.Models
|
||||
public DateOnly Date { get; set; }
|
||||
public double DayConsumption { get; set; }
|
||||
public double NightConsumption { get; set; }
|
||||
public double TotalConsumption => DayConsumption + NightConsumption;
|
||||
public double DayProduction { get; set; }
|
||||
public double NightProduction { get; set; }
|
||||
public double TotalProduction => DayProduction + NightProduction;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user