Skip to content

Commit

Permalink
Feat [#10] 생성 Request Body DTO
Browse files Browse the repository at this point in the history
  • Loading branch information
chaentopia committed May 16, 2024
1 parent 676d5b5 commit 24251b4
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 org.sopt.jumpit.resume.dto;

public record ResumeCreateRequest(
String title,
Long userId
) {
}

0 comments on commit 24251b4

Please sign in to comment.