派生自 projectDept/qhighschool

胡仁荣
2023-04-07 4c61d5fd5c273cadffe9f20464b5341a23f4e60f
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() {