Added VIN Number

This commit is contained in:
Eric Gullickson
2025-08-03 20:51:11 -05:00
parent 807b91b013
commit 06c5f12e35
5 changed files with 7 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
public string Make { get; set; }
public string Model { get; set; }
public string LicensePlate { get; set; }
public string VinNumber { get; set; }
public string SoldDate { get; set; }
public bool IsElectric { get; set; } = false;
public bool IsDiesel { get; set; } = false;