add friend resources

This commit is contained in:
2023-01-15 21:53:42 +01:00
parent c767a448e8
commit 981ed99434
2 changed files with 28 additions and 68 deletions

View File

@@ -12,7 +12,7 @@ public class FriendEntity extends PanacheMongoEntity {
public String owner;
public Collection<String> friends;
public Short status;
public LocalDateTime created_at;
public LocalDateTime updated_at;