mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 11:42:03 +00:00
updated order ststus
This commit is contained in:
@@ -48,7 +48,8 @@ public class Orders
|
||||
public int Id { get; set; }
|
||||
public required string CustomerId { 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 EndDate { get; set; }
|
||||
public float TotalPrice { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user