namespace LocationsApi.Models; public class FloorInventoryItemResponse { public string ItemId { get; set; } = string.Empty; public string ItemKey { get; set; } = string.Empty; public int Quantity { get; set; } public int? Slot { get; set; } }