医生账户-关联订单-导出
This commit is contained in:
@@ -49,7 +49,7 @@ type OrderInquiryDto struct {
|
||||
OrderEvaluation *OrderEvaluationDto `json:"order_evaluation"` // 订单评价
|
||||
UserDoctor *UserDoctorDto `json:"user_doctor"` // 医生数据
|
||||
MessageIm []*MessageImDto `json:"message_im"` // 聊天记录
|
||||
EntryStatus *int `json:"entry_status"` // 入账状态(0:未入账 1:已入账 2:入账中 3:入账失败)
|
||||
EntryStatus *int `json:"entry_status"` // 入账状态(0:未入账 1:已入账 2:入账中 3:入账失败 4:入账取消)
|
||||
DoctorAmount float64 `json:"doctor_amount"` // 医生收益
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user