Skip to content

Commit

Permalink
Feat [#13] DTO 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chaentopia committed May 18, 2024
1 parent a560573 commit 110e94a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package org.sopt.jumpit.resume.dto;

public record ResumePrivateRequest(
Boolean isPrivate
) {
}

0 comments on commit 110e94a

Please sign in to comment.