updated order ststus

This commit is contained in:
2026-07-15 20:51:03 -05:00
parent bc72fb449b
commit 92f25b6575
+2 -1
View File
@@ -48,7 +48,8 @@ public class Orders
public int Id { get; set; } public int Id { get; set; }
public required string CustomerId { get; set; } public required string CustomerId { get; set; }
public required string Name { get; set; } public required string Name { get; set; }
public string Status { get; set; } public OrderStatus Status { get; set; }
public string? StatusId { get; set; }
public DateTime StartDate { get; set; } public DateTime StartDate { get; set; }
public DateTime EndDate { get; set; } public DateTime EndDate { get; set; }
public float TotalPrice { get; set; } public float TotalPrice { get; set; }