Merge branch 'dashboard' of https://github.com/Kitzanos/GEPAFIN-BE into dashboard

This commit is contained in:
nisha
2024-10-14 17:16:57 +05:30
7 changed files with 37 additions and 25 deletions

View File

@@ -1,15 +1,17 @@
package net.gepafin.tendermanagement.model.response;
import lombok.Builder;
import lombok.Data;
@Data
@Builder
public class BeneficiaryWidgetResponseBean {
private Long activeAppication;
private Long numberOfApplications;
private Long activeCalls;
private Long numberOfCalls;
private Long integratedDocument;
private Long numberOfIntegratedDocuments;
}