Skip to content

Commit

Permalink
Add equipment type
Browse files Browse the repository at this point in the history
  • Loading branch information
NixFey committed Feb 6, 2025
1 parent be2a589 commit 2abfb31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Models/Cart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ namespace fim_queueing_admin.Models;
public class Cart : BaseEquipment
{
public AvCartConfiguration? Configuration { get; set; } = new();

public int EquipmentTypeId { get; set; } = 1;

// TODO: This is not yet implemented in Postgres
// public ICollection<AlertCart>? AlertCarts { get; set; }

Expand Down

0 comments on commit 2abfb31

Please sign in to comment.