Statistics Ui
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
public class StatisticsData
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Chart { get; set; }
|
||||
|
||||
public double Value { get; set; }
|
||||
|
||||
public DateTime Date { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user