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

@ -12,4 +12,5 @@ public class EventDTO {
Long group_id;
String user_id;
String event_payload;
boolean visibility;
}