派生自 projectDept/qhighschool

EricsHu
2023-11-24 0ad2f07a292895eeb3b9618eb1e275568c63a59e
src/main/java/com/qxueyou/scc/exercise/model/ExerItemResponseData.java
@@ -6,7 +6,7 @@
import com.qxueyou.scc.base.model.Result;
/**
 * 练习组题目返回数据
 * 练习组题目返回数据
 * @author zhiyong
 *
 */
@@ -16,22 +16,22 @@
    */
   private static final long serialVersionUID = -5268126429792723826L;
   
   /** 练习题 */
   /** 练习题 */
   private List<ExerciseItem> items;
   
   /** 个人答案*/
   /** 个人答案*/
   private List<ExerciseItemAnswerU> answers;
   
   /** 组id */
   /** 组id */
   private String exerciseGroupId;
   
   /** 记录id */
   /** 记录id */
   private String exerciseRecordId;
   
   /** 答题状态 */
   /** 答题状态 */
   private String status;
   
   /** 返回结果  */
   /** 返回结果  */
   private Result result;
   public String getStatus() {