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

feat: created GroupUserDTO

parent 53f2d056
No related branches found
No related tags found
1 merge request!95Feat/group saving
Pipeline #285122 failed
package no.ntnu.idi.stud.savingsapp.dto.goal;
import lombok.Data;
import lombok.NonNull;
import java.math.BigDecimal;
@Data
public final class GroupUserDTO {
private Long userId;
private BigDecimal amount;
}
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