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