Quellcode durchsuchen

遗漏实体类推送

chengyao vor 4 Jahren
Ursprung
Commit
73f1586926
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      src/main/java/com/diagbot/dto/QcResultShortDTO.java

+ 3 - 1
src/main/java/com/diagbot/dto/QcResultShortDTO.java

@@ -30,6 +30,8 @@ public class QcResultShortDTO {
      */
     @Excel(name = "病历得分", width = 30, orderNum = "2")
     private Double scoreRes;
+    @Excel(name = "病案首页得分", width = 30, orderNum = "2.5")
+    private Double scoreBn;
     @Excel(name = "病人住院序号", width = 40, orderNum = "3")
     private String behospitalCode;
     @Excel(name = "病案号", width = 30, orderNum = "5")
@@ -119,4 +121,4 @@ public class QcResultShortDTO {
      */
     @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
     private Date mrTime;
-}
+}