polishing the workspace migration
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.UUID;
|
||||
@Data
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
public class GroupMemberRequest {
|
||||
private String userId;
|
||||
private UUID workspaceId;
|
||||
private List<UUID> recipientIds;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user