From 5feb2085f70f764d2a44dff707a3f57fa5fb306f Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期三, 19 六月 2024 15:27:00 +0800
Subject: [PATCH] bug修改

---
 ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/domain/TUserStudy.java |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/domain/TUserStudy.java b/ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/domain/TUserStudy.java
index 6ab9508..2edf0be 100644
--- a/ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/domain/TUserStudy.java
+++ b/ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/domain/TUserStudy.java
@@ -70,29 +70,41 @@
     @ApiModelProperty(value = "本月学习时长")
     private Integer monthStudy;
     /**
-     * 故事名称
+     * 听音选图
      */
     @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学习进度
+     */
+    @ApiModelProperty(value = "当前week学习进度")
+    @TableField(exist = false)
+    private Integer computeSchedule;
 
 }

--
Gitblit v1.7.1