dashboard api's
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class BeneficiaryWidgetResponseBean {
|
||||
|
||||
private Long activeAppication;
|
||||
|
||||
private Long activeCalls;
|
||||
|
||||
private Long integratedDocument;
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class SuperAdminWidgetResponseBean {
|
||||
|
||||
private Widget1 widget1;
|
||||
|
||||
private List<Object[]> widgetBars;
|
||||
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class Widget1 {
|
||||
|
||||
private Long activeCalls;
|
||||
|
||||
private Long resgisteredUsers;
|
||||
|
||||
private Long preInvestigationQuestions;
|
||||
|
||||
private BigDecimal totalActiveFinancing;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user