Skip to content

Commit

Permalink
@DaTa annotation add
Browse files Browse the repository at this point in the history
  • Loading branch information
chosoobin37 committed Jul 2, 2024
1 parent f215f1c commit 7a8f983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
@Getter
@Setter
@ToString
@Data
public class MemberDTO {

private int memberId;
private String memberPhone;
private String memberName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@

import com.team4chamchi.tunastudycicd.reservation.aggregate.Reservation;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.*;

import java.time.LocalDateTime;

@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
@Data
public class ReservationDTO {

private int reservationId;
Expand Down

0 comments on commit 7a8f983

Please sign in to comment.