Merge branch 'develop' of https://github.com/Kitzanos/GEPAFIN-BE into feature/GEPAFINBE-126

This commit is contained in:
piyushkag
2025-02-11 19:09:43 +05:30
17 changed files with 167 additions and 97 deletions

View File

@@ -24,9 +24,9 @@ public class CreateCallRequestStep1 {
private BigDecimal amountMax;
private BigDecimal numberOfCheck;
private Long numberOfCheck;
private BigDecimal productId;
private Long productId;
private List<LookUpDataReq> aimedTo;

View File

@@ -41,9 +41,9 @@ public class UpdateCallRequestStep1 {
private List<FaqReq> faq;
private BigDecimal numberOfCheck;
private Long numberOfCheck;
private BigDecimal productId;
private Long productId;
private EvaluationVersionEnum evaluationVersion;