Skip to content

Commit

Permalink
#82 fix : builder 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rivkode committed Apr 29, 2024
1 parent ab9e2b4 commit 71afbc6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

import com.querydsl.core.annotations.QueryProjection;
import com.seoultech.synergybe.domain.apply.ApplyStatus;
import lombok.Builder;

@Builder
public record GetApplyResponse(
String applyId,
String status
Expand Down

0 comments on commit 71afbc6

Please sign in to comment.