updated code
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user