Remove unused db fields

This commit is contained in:
CodeSteak 2020-06-20 22:10:53 +02:00
parent fa75beb9c4
commit c3eaf5ac11
1 changed files with 0 additions and 9 deletions

View File

@ -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;