派生自 projectDept/qhighschool

胡仁荣
2023-07-18 885290e4d0d0c7fad3f538d901c616e49c3d6985
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;