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

@@ -127,6 +127,7 @@ namespace MotoVaultPro.Controllers
Make = x.Make,
Model = x.Model,
LicensePlate = x.LicensePlate,
VinNumber = x.VinNumber,
SoldDate = x.SoldDate,
IsElectric = x.IsElectric,
IsDiesel = x.IsDiesel,