add missed_fuelup column to csv imports.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-10 20:14:59 -07:00
parent ad8c27a2e6
commit d69ede1447
3 changed files with 7 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
public string Price { get; set; }
public string PartialFuelUp { get; set; }
public string IsFillToFull { get; set; }
public string MissedFuelUp { get; set; }
}
public class ServiceRecordExportModel
{