enable extra fields to be imported via CSV

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-07-09 14:48:09 -06:00
parent ef4deaba8f
commit 1eb6e2cedf
3 changed files with 29 additions and 8 deletions

View File

@@ -25,6 +25,7 @@
public string PartSupplier { get; set; }
public string PartQuantity { get; set; }
public string Tags { get; set; }
public Dictionary<string,string> ExtraFields {get;set;}
}
public class SupplyRecordExportModel