派生自 projectDept/qhighschool

EricsHu
2022-12-05 068fc7f2e81178e55fa191a13709af64b1a163f6
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() {