File was renamed from ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/vo/StudyGamerResultVO.java |
| | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @version 1.0 |
| | | * @since 2024-05-22 14:48 |
| | | */ |
| | | @EqualsAndHashCode(callSuper = true) |
| | | @Data |
| | | @ApiModel(value = "超级听力&&超级记忆返回信息类") |
| | | public class StudyGamerResultVO extends StudyModelVO { |
| | | public class StudyGameResultVO { |
| | | |
| | | /** |
| | | * 趣味游戏题目信息 |
| | |
| | | @ApiModelProperty("趣味游戏题目信息") |
| | | private TGame data; |
| | | |
| | | public StudyGamerResultVO(TGame data, List<TSubject> subjectList) { |
| | | @ApiModelProperty("图片及语音信息") |
| | | private List<TSubject> subjectList; |
| | | |
| | | public StudyGameResultVO(TGame data, List<TSubject> subjectList) { |
| | | this.data = data; |
| | | super.setSubjectList(subjectList); |
| | | this.subjectList = subjectList; |
| | | } |
| | | |
| | | } |