|
@@ -22,6 +22,8 @@ public class IndicationDTO {
|
|
|
private List<BillMsg> highRiskList = new ArrayList<>();
|
|
|
// 其他提醒
|
|
|
private List<BillMsg> otherList = new ArrayList<>();
|
|
|
+ // 护理提醒
|
|
|
+ private List<BillMsg> nurseList = new ArrayList<>();
|
|
|
// 记录调试信息
|
|
|
private Map<String, Object> debug = new LinkedHashMap<>();
|
|
|
}
|