odometer to trips improvement.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-03-10 06:33:39 -06:00
parent 5ba0bd5771
commit def9a7770f
15 changed files with 154 additions and 42 deletions

View File

@@ -11,6 +11,7 @@
public string Type { get; set; }
public string Priority { get; set; }
public string Progress { get; set; }
public string InitialOdometer { get; set; }
public string Odometer { get; set; }
public string Description { get; set; }
public string Notes { get; set; }
@@ -50,6 +51,7 @@
public class OdometerRecordExportModel
{
public string Date { get; set; }
public string InitialOdometer { get; set; }
public string Odometer { get; set; }
public string Notes { get; set; }
public string Tags { get; set; }