1

Merge branch 'master' into group-details

This commit is contained in:
kasch309
2020-03-13 16:36:13 +01:00
committed by GitHub
13 changed files with 163 additions and 225 deletions

View File

@ -10,7 +10,7 @@ import java.util.List;
@Getter
@NoArgsConstructor
@AllArgsConstructor
public class UpdatedGroupRequestMapper {
public class UpdatedGroupRequestMapper {
private Long status;
private List<Group> groupList;
}
}