|
@@ -34,7 +34,7 @@ import java.util.Date;
|
|
|
@ToString
|
|
@ToString
|
|
|
@Data
|
|
@Data
|
|
|
@EqualsAndHashCode(callSuper = false)
|
|
@EqualsAndHashCode(callSuper = false)
|
|
|
-@Accessors(chain = true)
|
|
|
|
|
|
|
+//@Accessors(chain = true)
|
|
|
@TableName(value = "bus_infusion_history",autoResultMap = true)
|
|
@TableName(value = "bus_infusion_history",autoResultMap = true)
|
|
|
@ApiModel(value="设备输注历史信息记录", description="设备的classification标识每改变一次,就算一次新的输注记录")
|
|
@ApiModel(value="设备输注历史信息记录", description="设备的classification标识每改变一次,就算一次新的输注记录")
|
|
|
public class BusInfusionHistoryEntity extends TenantGenericEntity<String,String> implements RecordCreationEntity, RecordModifierEntity {
|
|
public class BusInfusionHistoryEntity extends TenantGenericEntity<String,String> implements RecordCreationEntity, RecordModifierEntity {
|
|
@@ -304,4 +304,7 @@ public class BusInfusionHistoryEntity extends TenantGenericEntity<String,String>
|
|
|
this.totalDose = items.getInteger(PumpParams.totalDose);
|
|
this.totalDose = items.getInteger(PumpParams.totalDose);
|
|
|
this.inputDose = items.getBigDecimal(PumpParams.finishedDosis);
|
|
this.inputDose = items.getBigDecimal(PumpParams.finishedDosis);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ @Override
|
|
|
|
|
+ public void setCreateTime(Date createTime){};
|
|
|
}
|
|
}
|