Browse Source

早筛添加字段

hurixing 1 month ago
parent
commit
a54bda42b7

+ 8 - 0
hcp-core/src/main/java/com/yingyangfly/core/domain/EaDetectInfo.java

@@ -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;