mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 11:42:03 +00:00
changed proce to a decimal because curency
This commit is contained in:
@@ -52,7 +52,7 @@ public class Orders
|
|||||||
public string? StatusId { 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 decimal TotalPrice { get; set; }
|
||||||
public string? Venue { get; set; }
|
public string? Venue { get; set; }
|
||||||
public string? Address { get; set; }
|
public string? Address { get; set; }
|
||||||
public OrderItems[] Items { get; set; }
|
public OrderItems[] Items { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user