Done ticket GEPAFINBE-153
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Map;
|
||||
|
||||
@Data
|
||||
@Builder
|
||||
public class BeneficiaryStatisticsResponseBean {
|
||||
|
||||
|
||||
private ApplicationWidget applicationWidget;
|
||||
|
||||
private Map<String, Object> applicationWidgetBars;
|
||||
}
|
||||
Reference in New Issue
Block a user