派生自 projectDept/qhighschool

EricsHu
2023-02-28 660b072b084f3f765ff8bfcb1abdd7f1cd9ed068
src/main/java/com/qxueyou/scc/exercise/model/ExerciseItemStatis.java
@@ -2,16 +2,16 @@
/**
 * 练习每道题目的统计信息VO
 * 练习每道题目的统计信息VO
 * @author zhiyong
 *
 */
public class ExerciseItemStatis {
   // 练习id
   // 练习id
   private String exerciseId;
   // 统计总个数
   // 统计总个数
   private int allCount;
   // 正确个数
   // 正确个数
   private int correctCount;
   public String getExerciseId() {