Skip to content

Commit

Permalink
게터
Browse files Browse the repository at this point in the history
  • Loading branch information
Daolove0323 committed Nov 15, 2024
1 parent 02d8614 commit 276e68d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
import java.util.List;
import lombok.Builder;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.ToString;
import org.ktc2.cokaen.wouldyouin.curation.persist.CurationCard;

@Builder
@EqualsAndHashCode
@ToString
@Getter
public class CurationCardResponse {

private String subtitle;
Expand Down

0 comments on commit 276e68d

Please sign in to comment.