无关风月
2 天以前 984dc83c2e93ee05d8ea57db5beec76a773d4716
ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/domain/TUserStudy.java
@@ -74,32 +74,38 @@
     */
    @ApiModelProperty(value = "听音选图学习进度(100为已完成)")
    private Integer listen;
    /**
     * 看图选音
     */
    @ApiModelProperty(value = "看图选音学习进度(100为已完成)")
    private Integer look;
    /**
     * 归纳排除
     */
    @ApiModelProperty(value = "归纳排除学习进度(100为已完成)")
    private Integer induction;
    /**
     * 有问有答
     */
    @ApiModelProperty(value = "有问有答学习进度(100为已完成)")
    private Integer answer;
    /**
     * 音图相配
     */
    @ApiModelProperty(value = "音图相配学习进度(100为已完成)")
    private Integer pair;
    /**
     * 游戏日当前应进行的游戏难度
     */
    @ApiModelProperty(value = "游戏日应进行的游戏难度(0入门、1中级、2高级)")
    private Integer gameDifficulty;
    /**
     * 当前week学习进度
     */