1

change EventDTO, add AddUserEventController, add the search function in UI and backend

This commit is contained in:
tomvahl
2020-03-14 09:17:32 +01:00
parent cd60dca352
commit fa79b3f136
11 changed files with 123 additions and 26 deletions

View File

@ -28,6 +28,7 @@ public class Event {
Long group_id;
String user_id;
public Event(Long group_id,String user_id){
this.group_id = group_id;
this.user_id = user_id;