|
@@ -221,11 +221,15 @@ public class SpecialKnowledge {
|
|
|
public String toString() {
|
|
|
return "SpecialKnowledge{" +
|
|
|
"id=" + id +
|
|
|
+ ", subjectId=" + subjectId +
|
|
|
+ ", grade='" + grade + '\'' +
|
|
|
", level=" + level +
|
|
|
", content='" + content + '\'' +
|
|
|
+ ", master=" + master +
|
|
|
+ ", masterStatus='" + masterStatus + '\'' +
|
|
|
", questionNum=" + questionNum +
|
|
|
", collectNum=" + collectNum +
|
|
|
- ", qids='" + qids + '\'' +
|
|
|
+ ", pid=" + pid +
|
|
|
'}';
|
|
|
}
|
|
|
}
|