@@ -33,7 +33,6 @@ public class BusInfusionHistoryEntity extends CommonDeviceParam<String,String> {
@ApiModelProperty(value = "当引起镇痛不足时,从阿里云接收到的消息id")
@JsonIgnore
- @TableField(updateStrategy = FieldStrategy.NEVER)
private String analPoorMsgId;
@ApiModelProperty(value = "公共-此次输注过程中到此为止的总追加量")
@@ -104,4 +104,9 @@ public class CommonDeviceParam<K,T> extends DeviceProperties<K,T> {
judgeWarnLowBattery();
judgeWarnWillFinished();
}
+
+ public String getWarns() {
+ handleWarn();
+ return warns;
+ }