Resolved conflicts
This commit is contained in:
@@ -10,6 +10,7 @@ import java.util.List;
|
||||
@Data
|
||||
public class ApplicationAmendmentRequestResponse {
|
||||
private Long id;
|
||||
private String callEmail;
|
||||
private String note;
|
||||
private Long responseDays;
|
||||
private LocalDateTime startDate;
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class CriteriaMappedField {
|
||||
private String id;
|
||||
private String fieldName;
|
||||
private String fieldLabel;
|
||||
private String fieldValue;
|
||||
private Object fieldValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user