From f787ac00612f46f8818799334842f3993d67e1cd Mon Sep 17 00:00:00 2001 From: haomingming Date: Mon, 29 Dec 2025 10:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/dto/OrderProduct.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"` // 优惠卷