| | |
| | | package com.ruoyi.study.vo; |
| | | |
| | | import com.ruoyi.study.domain.TStory; |
| | | import com.ruoyi.study.domain.TStoryListen; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | * 自主故事-看图配音&&框架记忆题目信息 |
| | | */ |
| | | @ApiModelProperty("自主故事-看图配音&&框架记忆题目信息") |
| | | private TStoryListen data; |
| | | private StudyStoryVO data; |
| | | |
| | | /** |
| | | * 自主学习题目所包含录音图片等 |
| | |
| | | @ApiModelProperty("故事列表") |
| | | private List<TStory> storyList; |
| | | |
| | | public StudyStoryListenResultVO(TStoryListen data, List<TStory> storyList) { |
| | | public StudyStoryListenResultVO(StudyStoryVO data, List<TStory> storyList) { |
| | | this.data = data; |
| | | this.storyList = storyList; |
| | | } |