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

Merge branch 'OZG-7907-landesweite-Konfigurationen' into 'main'

OZG-7907 add new fields to AggregationMapping

See merge request !16
parents bc21cf84 8c1ce84d
Branches
Tags
1 merge request!16OZG-7907 add new fields to AggregationMapping
...@@ -48,6 +48,17 @@ public class AggregationMapping { ...@@ -48,6 +48,17 @@ public class AggregationMapping {
@Singular @Singular
@Valid @Valid
private List<FieldMapping> fieldMappings; 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 @Getter
@Builder @Builder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment