@ -7,6 +7,7 @@ import org.springframework.data.relational.core.mapping.Table;
|
||||
@Table("event")
|
||||
@Data
|
||||
public class EventDTO {
|
||||
|
||||
@Id
|
||||
Long event_id;
|
||||
Long group_id;
|
||||
|
||||
@ -9,6 +9,7 @@ import org.springframework.data.relational.core.mapping.Table;
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
public class InviteLinkDTO {
|
||||
|
||||
@Id
|
||||
Long link_id;
|
||||
Long group_id;
|
||||
|
||||
Reference in New Issue
Block a user