Add Icon property to FurnitureBase and FurnitureVariant
This commit is contained in:
@@ -10,8 +10,8 @@ namespace Core.Inventory.External.Clients.Requests
|
||||
public string? BaseDescription { get; set; }
|
||||
public string? Representation { get; set; }
|
||||
public string? MaintenanceNotes { get; set; }
|
||||
|
||||
public Dimensions Dimensions { get; set; } = new();
|
||||
public List<string>? VariantIds { get; set; }
|
||||
public string Icon { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,5 +15,7 @@
|
||||
public string ProviderId { get; set; } = string.Empty!;
|
||||
|
||||
public Dictionary<string, string> Attributes { get; set; } = [];
|
||||
|
||||
public string Icon { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user