more stats.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-08-27 12:20:50 -06:00
parent ee55f8c884
commit 4710e84dcf
2 changed files with 29 additions and 1 deletions

View File

@@ -8,5 +8,16 @@
public int NotUrgentReminderCount { get; set; }
public int PastDueReminderCount { get; set; }
public ReminderExportModel NextReminder { get; set; }
public int ServiceRecordCount { get; set; }
public decimal ServiceRecordCost { get; set; }
public int RepairRecordCount { get; set; }
public decimal RepairRecordCost { get; set; }
public int UpgradeRecordCount { get; set; }
public decimal UpgradeRecordCost { get; set; }
public int TaxRecordCount { get; set; }
public decimal TaxRecordCost { get; set; }
public int GasRecordCount { get; set; }
public decimal GasRecordCost { get; set; }
public int LastReportedOdometer { get; set; }
}
}