added tags functionality to gas tab.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-02-02 15:33:02 -07:00
parent 8e66530544
commit 1c00f31312
8 changed files with 37 additions and 8 deletions

View File

@@ -18,5 +18,6 @@
public bool MissedFuelUp { get; set; } = false;
public string Notes { get; set; }
public List<UploadedFiles> Files { get; set; } = new List<UploadedFiles>();
public List<string> Tags { get; set; } = new List<string>();
}
}