浏览代码

早筛添加字段

hurixing 1 月之前
父节点
当前提交
a54bda42b7
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      hcp-core/src/main/java/com/yingyangfly/core/domain/EaDetectInfo.java

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