@@ -26,6 +26,14 @@ public class EaDetectInfo {
private String hospitalId;
+ private int totalRight;
+
+ private int totalWrong;
+ private int totalTimeout;
+ private int totalQuestion;
@TableField(exist = false)
private int status = 0;