diff --git a/prototype/src/main/java/org/hso/ecommerce/entities/dashboard/DashboardSummary.java b/prototype/src/main/java/org/hso/ecommerce/entities/dashboard/DashboardSummary.java index 4986697..49c630f 100644 --- a/prototype/src/main/java/org/hso/ecommerce/entities/dashboard/DashboardSummary.java +++ b/prototype/src/main/java/org/hso/ecommerce/entities/dashboard/DashboardSummary.java @@ -21,18 +21,9 @@ public class DashboardSummary { @NotNull public Integer todaysCustomersOrders; - @NotNull - public Integer todaysSuppliersOrders; - - @NotNull - public Integer todaysItemsSold; - @NotNull public Integer todaysSalesCent; - @NotNull - public Integer totalWarehouseCapacity; - @NotNull public Double currentWarehouseCapacity;