From c3eaf5ac11462f8812c64fbec8f7e6e94e7b58f2 Mon Sep 17 00:00:00 2001 From: CodeSteak Date: Sat, 20 Jun 2020 22:10:53 +0200 Subject: [PATCH] Remove unused db fields --- .../ecommerce/entities/dashboard/DashboardSummary.java | 9 --------- 1 file changed, 9 deletions(-) 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;