Skip to content

Commit

Permalink
fix: 인자 없는 생성자 추가 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Jul 15, 2024
1 parent 48d4bcc commit 01986c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
import java.util.List;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import org.springframework.format.annotation.DateTimeFormat;

@Getter
@NoArgsConstructor
public class MemoryCreateRequest {
private Long poolId; // 수영장 정보
// MemoryDetail
Expand Down

0 comments on commit 01986c4

Please sign in to comment.