added printing functionality for notes, fuel, and tax.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2025-01-15 11:54:03 -07:00
parent ab34d1682c
commit 4d76bd6d36
6 changed files with 61 additions and 17 deletions

View File

@@ -2,6 +2,7 @@
{
public class StickerViewModel
{
public ImportMode RecordType { get; set; }
public Vehicle VehicleData { get; set; } = new Vehicle();
public List<ReminderRecord> ReminderRecords { get; set; } = new List<ReminderRecord>();
public List<GenericRecord> GenericRecords { get; set; } = new List<GenericRecord>();