Skip to content

Commit

Permalink
✨ feat: OrganizationLinkUpdateRequest 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yj-lee00 committed Feb 4, 2024
1 parent 44c2eb8 commit 7f41eaa
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.sponus.sponusbe.domain.organizationLink.dto.request;

public record OrganizationLinkUpdateRequest(
String name,
String url
) {
}

0 comments on commit 7f41eaa

Please sign in to comment.