src/main/java/com/qxueyou/scc/exercise/model/ExerciseFavoriteBook.java
@@ -78,7 +78,7 @@ @JsonIgnore private List<ExerciseFavorite> favors; /** 当前做题最大题号 */ /** 当前做题最大题号 */ @Column(name="TITLE_MAX_NUMBER", length=32) private String titleMaxNumber; @@ -88,7 +88,7 @@ @Column(name="CORRECT_COUNT") private BigInteger correctCount; /** 题目总数 */ /** 题目总数 */ @Column(name="ALL_COUNT") private BigInteger allCount; @@ -115,7 +115,7 @@ @Column(name="DO_COUNT") private BigInteger doCount; /**类型 机构:1 高校:2 */ /**类型 机构:1 高校:2 */ public static final short TYPE_ORGANIZATION = 1; public static final short TYPE_COLLEGE = 2;