2
This commit is contained in:
@@ -50,6 +50,7 @@ type OrderInquiryDto struct {
|
||||
UserDoctor *UserDoctorDto `json:"user_doctor"` // 医生数据
|
||||
MessageIm []*MessageImDto `json:"message_im"` // 聊天记录
|
||||
EntryStatus *int `json:"entry_status"` // 入账状态(0:未入账 1:已入账 2:入账中 3:入账失败)
|
||||
DoctorAmount float64 `json:"doctor_amount"` // 医生收益
|
||||
}
|
||||
|
||||
// GetOrderInquiryDto 问诊订单详情
|
||||
|
||||
Reference in New Issue
Block a user