diff --git a/api/dto/OrderProduct.go b/api/dto/OrderProduct.go index d57cf23..ee5601b 100644 --- a/api/dto/OrderProduct.go +++ b/api/dto/OrderProduct.go @@ -55,8 +55,8 @@ type OrderProductDto struct { OrderProductRefund *OrderProductRefundDto `json:"order_product_refund"` // 退款数据 OrderProductItem []*OrderProductItemDto `json:"order_product_item"` // 商品数据 OrderProductLogistics *OrderProductLogisticsDto `json:"order_product_logistics"` // 物流数据 - UserDoctor *UserDoctorDto `json:"user_doctor"` // 原始医生 - TransferUserDoctor *UserDoctorDto `json:"transfer_user_doctor"` // 接受抄方的医生 + UserDoctor *UserDoctorDto `json:"inquiry_doctor"` // 原始医生(问诊医生信息) + TransferUserDoctor *UserDoctorDto `json:"prescription_doctor"` // 接受抄方的医生(处方医生信息) OrderPrescription *OrderPrescriptionDto `json:"order_prescription"` // 处方数据 OrderInquiryCase *OrderInquiryCaseDto `json:"order_inquiry_case"` // 问诊病例 OrderProductCoupon *OrderProductCouponDto `json:"order_product_coupon"` // 优惠卷