服务评价

This commit is contained in:
zhangheng 2023-11-10 09:48:36 +08:00
parent e1bfafabde
commit 314310a425
2 changed files with 12 additions and 0 deletions

View File

@ -85,4 +85,14 @@ public class AppointmentOrderVO implements Serializable {
* 订单类型院内陪护COMPANION_IN_HOSPITAL其它OTHER
*/
private String orderType;
/**
* 住址经度
*/
private String homeLongitude;
/**
* 住址纬度
*/
private String homeLatitude;
}

View File

@ -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,