Skip to content

Commit

Permalink
fix: missionRecordId -> recordId 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Jan 8, 2024
1 parent 911507b commit 5de9e17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import java.time.LocalDateTime;

public record MissionRecordFindResponse(
Long missionRecordId,
Long recordId,
String remark,
String imageUrl,
int missionDay,
Expand Down

0 comments on commit 5de9e17

Please sign in to comment.