服务评价
This commit is contained in:
parent
e1bfafabde
commit
314310a425
@ -85,4 +85,14 @@ public class AppointmentOrderVO implements Serializable {
|
||||
* 订单类型,院内陪护:COMPANION_IN_HOSPITAL,其它:OTHER
|
||||
*/
|
||||
private String orderType;
|
||||
|
||||
/**
|
||||
* 住址经度
|
||||
*/
|
||||
private String homeLongitude;
|
||||
|
||||
/**
|
||||
* 住址纬度
|
||||
*/
|
||||
private String homeLatitude;
|
||||
}
|
||||
|
||||
@ -154,6 +154,8 @@
|
||||
ao.order_check_status,
|
||||
ao.order_type,
|
||||
pi.patient_name,
|
||||
pi.home_longitude,
|
||||
pi.home_latitude,
|
||||
nsp.nurse_person_name,
|
||||
aod.id detailsId,
|
||||
aod.order_no,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user