Skip to content

Commit

Permalink
cleanup: 중복되는 DTO삭제 #145
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyMK committed Dec 11, 2023
1 parent 4675ff9 commit 46bdc4b
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,4 @@ public static class AttractionPointReq{
@NotNull(message = "입덕포인트를 선택하세요.")
List<AttractionElement> attractionElements;
}

@Builder
@Getter
@NoArgsConstructor
@AllArgsConstructor
public static class UpdateAttractionPoint{
@NotNull(message = "입덕포인트를 선택하세요.")
AttractionElement attractionElement;
}

}

0 comments on commit 46bdc4b

Please sign in to comment.