Explorar el Código

提醒出参加入特殊指标

gaodm hace 4 años
padre
commit
0076e01916
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/main/java/com/diagbot/dto/IndicationDTO.java

+ 2 - 0
src/main/java/com/diagbot/dto/IndicationDTO.java

@@ -20,6 +20,8 @@ public class IndicationDTO {
     private List<BillMsg> billMsgList = new ArrayList<>();
     // 高危药品、手术
     private List<BillMsg> highRiskList = new ArrayList<>();
+    // 特殊指标提醒
+    private List<BillMsg> specialList = new ArrayList<>();
     // 记录调试信息
     private Map<String, Object> debug = new LinkedHashMap<>();
 }