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 07fd2cb commit 535fee8
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
package org.sopt.jumpit.resume.dto;public record ResumeSearchResponse() {
package org.sopt.jumpit.resume.dto;

public record ResumeSearchResponse(
Long userId,
Resume resume
) {


}

0 comments on commit 535fee8

Please sign in to comment.