panel
This commit is contained in:
@@ -18,6 +18,9 @@ namespace Shared.DTOs
|
||||
public List<AlertDTO> Notifications { get; set; } = new List<AlertDTO>();
|
||||
public List<LastActivitySevice> lastActivitiesSevices { get; set; }=new List<LastActivitySevice>();
|
||||
public List<IdNameByCount<int>>? MostInvoicedProduct { get; set; }=new List<IdNameByCount<int>>();
|
||||
public List<IdNameByCount<int>>? MostInvoicedCustomer { get; set; } = new List<IdNameByCount<int>>();
|
||||
public decimal? SaleInMonth { get; set; } = 0;
|
||||
public decimal? Salepercent { get; set; } = 0;
|
||||
}
|
||||
public class ServiceInDashBoardDTO
|
||||
{
|
||||
|
@@ -17,6 +17,6 @@ namespace Shared.DTOs
|
||||
}
|
||||
public class IdNameByCount<T> : IdName<T>
|
||||
{
|
||||
public int count { get; set; }
|
||||
public decimal? count { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user