Skip to content
Snippets Groups Projects
Commit 41f495be authored by Victor Ekholt Gunrell Kaste's avatar Victor Ekholt Gunrell Kaste
Browse files

feat: added list of GroupUsers in CreateGoalDTO.

parent 2467818f
No related branches found
No related tags found
1 merge request!95Feat/group saving
...@@ -4,6 +4,7 @@ import lombok.Data; ...@@ -4,6 +4,7 @@ import lombok.Data;
import lombok.NonNull; import lombok.NonNull;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.List;
@Data @Data
public final class CreateGoalDTO { public final class CreateGoalDTO {
...@@ -19,4 +20,6 @@ public final class CreateGoalDTO { ...@@ -19,4 +20,6 @@ public final class CreateGoalDTO {
@NonNull @NonNull
private String targetDate; private String targetDate;
private List<GroupUserDTO> distribution;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment