Skip to content
Snippets Groups Projects
Commit f035773e authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7907 add new fields to AggregationMapping

parent 8e069cd6
No related branches found
No related tags found
1 merge request!16OZG-7907 add new fields to AggregationMapping
......@@ -39,6 +39,17 @@ public class AggregationMapping {
@Singular
private List<FieldMapping> fieldMappings;
private String parent;
private Status status;
private Scope scope;
public enum Status {
AUSSTEHEND, FREIGEGEBEN, ZURUECKGEHALTEN;
}
public enum Scope {
LAND, MANDANT;
}
@Getter
@Builder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment