Added PlanRecords to info endpoint

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-09-22 13:48:01 -06:00
parent 1e832f014f
commit a61c699417
2 changed files with 10 additions and 1 deletions

View File

@@ -19,5 +19,9 @@
public int GasRecordCount { get; set; }
public decimal GasRecordCost { get; set; }
public int LastReportedOdometer { get; set; }
public int PlanRecordBackLogCount { get; set; }
public int PlanRecordInProgressCount { get; set; }
public int PlanRecordTestingCount { get; set; }
public int PlanRecordDoneCount { get; set; }
}
}