Done ticket GEPAFINBE-88

This commit is contained in:
harish
2024-11-11 16:33:19 +05:30
parent c2af1bddc4
commit 63c70f1d69
2 changed files with 9 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ import lombok.Data;
@Data
public class CriteriaMappedField {
private String id;
private String fieldName;
private String fieldLabel;
private Object fieldValue;
}