updated code

This commit is contained in:
harish
2024-10-14 16:10:15 +05:30
parent 6f54ed0fad
commit 9a14bd48f5
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;
}