Skip to content

Commit

Permalink
feat: RushEventOptionRequestDto 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
k000927 committed Aug 12, 2024
1 parent f23964e commit 66469d6
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package JGS.CasperEvent.domain.event.dto.RequestDto.rushEventDto;

import lombok.Getter;
import lombok.ToString;

@ToString
@Getter
public class RushEventOptionRequestDto {
private String mainText;
private String subText;
private String resultMainText;
private String resultSubText;
}

0 comments on commit 66469d6

Please sign in to comment.