派生自 projectDept/qhighschool

yn147
2023-10-26 3970ced88b5b456f03fe277c254ca761f05492e0
src/main/java/com/qxueyou/scc/exercise/model/ExerciseFaultBook.java
@@ -74,7 +74,7 @@
   @Column(name="USER_ID", length=32)
   private String userId;
   
   /** 当前做题最大题号  */
   /** 当前做题最大题号  */
   @Column(name="TITLE_MAX_NUMBER", length=32)
   private String titleMaxNumber;
   
@@ -84,7 +84,7 @@
   @Column(name="CORRECT_COUNT")
   private BigInteger correctCount;
   
   /** 题目总数  */
   /** 题目总数  */
   @Column(name="ALL_COUNT")
   private BigInteger allCount;
@@ -100,7 +100,7 @@
   @Column(name="TYPE", length=32)
   private short type;
   
   /**类型           机构:1    高校:2 */
   /**类型           机构:1    高校:2 */
   public static final short TYPE_ORGANIZATION = 1;
   
   public static final short TYPE_COLLEGE = 2;