Updated code for super admin dashboard api
This commit is contained in:
@@ -7,11 +7,17 @@ import java.math.BigDecimal;
|
||||
@Data
|
||||
public class Widget1 {
|
||||
|
||||
private Long activeCalls;
|
||||
private Long numberOfActiveCalls;
|
||||
|
||||
private Long resgisteredUsers;
|
||||
private Long numberOfResgisteredUsers;
|
||||
|
||||
private Long preInvestigationQuestions;
|
||||
// private Long preInvestigationQuestions;
|
||||
|
||||
private Long numberOfSubmittedApplications;
|
||||
|
||||
private Long numberOfDraftApplications;
|
||||
|
||||
private Long numberOfCompany;
|
||||
|
||||
private BigDecimal totalActiveFinancing;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user