|
@ -78,6 +78,18 @@ public class EmergencyAssistanceDO extends UuidIdentityEntityWithOperator {
|
|
|
private double distance;//医生与患者距离 单位km
|
|
|
private String otherDoctorDistance;
|
|
|
|
|
|
//居民绑定的设备code
|
|
|
private String patientDevices;
|
|
|
|
|
|
@Transient
|
|
|
public String getPatientDevices() {
|
|
|
return patientDevices;
|
|
|
}
|
|
|
|
|
|
public void setPatientDevices(String patientDevices) {
|
|
|
this.patientDevices = patientDevices;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 服务小结
|
|
|
*/
|