派生自 projectDept/qhighschool

EricsHu
2023-09-11 9c5725b32f89859ee0f3c38cefe3433d8ee9b01a
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() {