| | |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.ruoyi.common.core.web.domain.BaseModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 周目x |
| | | */ |
| | | @ApiModelProperty("所属周目") |
| | | private Integer week; |
| | | /** |
| | | * Dayx |
| | | */ |
| | | @ApiModelProperty("所属day") |
| | | private Integer day; |
| | | /** |
| | | * 问题题目id |
| | |
| | | private Integer answerSubject; |
| | | |
| | | /** |
| | | * 完成答题可获积分 |
| | | */ |
| | | private Integer integral; |
| | | /** |
| | | * 问题题目是否为答案图片 0否1是 为0 那么回答题目是答案图片 |
| | | */ |
| | | @ApiModelProperty("问题题目是否为答案图片 0否1是 为0 那么回答题目是答案图片") |
| | | private Integer isAnswer; |
| | | /** |
| | | * 完成答题可获积分 |
| | | */ |
| | | @ApiModelProperty("完成答题可获积分") |
| | | private Integer integral; |
| | | /** |
| | | * 学习id |
| | | */ |
| | | @ApiModelProperty("学习id") |
| | | private Integer studyId; |
| | | /** |
| | | * 非会员是否查看 0否1是 |
| | | */ |
| | | @ApiModelProperty("非会员是否查看 0否1是") |
| | | private Integer isVip; |
| | | |
| | | } |