Done the changes related to get Amendment API for the ticket GEPAFINBE-85

This commit is contained in:
rajesh
2024-11-12 18:18:02 +05:30
parent ff6d1142de
commit 6594359055
3 changed files with 148 additions and 50 deletions

View File

@@ -1,8 +1,10 @@
package net.gepafin.tendermanagement.model.response;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Data;
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class AmendmentFormFieldResponse {
private String fieldId;
private String label;

View File

@@ -14,8 +14,8 @@ public class ApplicationAmendmentRequestResponse {
private String note;
private Long responseDays;
private LocalDateTime startDate;
private boolean isSendNotification;
private boolean isSendEmail;
private Boolean isSendNotification;
private Boolean isSendEmail;
private Long protocolNumber;
private String callName;
private String beneficiaryName;