新增患者手机号搜索

This commit is contained in:
2023-09-12 10:29:17 +08:00
parent a4255c5404
commit 3a82611c6f
4 changed files with 44 additions and 0 deletions
+1
View File
@@ -24,4 +24,5 @@ type GetOrderInquiryPage struct {
IsWithdrawal *int `json:"is_withdrawal" form:"is_withdrawal" label:"是否提现"` // 0:否 1:是 2:提现中
CancelTime string `json:"cancel_time" form:"cancel_time" label:"订单取消时间"` // 时间区间,数组形式,下标0为开始时间,下标1为结束时间
PatientName string `json:"patient_name" form:"patient_name" label:"患者姓名-就诊人"`
Mobile string `json:"mobile" form:"mobile" label:"手机号-医生/患者"`
}
+1
View File
@@ -27,4 +27,5 @@ type GetOrderProductPage struct {
ConsigneeName string `json:"consignee_name" form:"consignee_name" label:"收货人姓名"`
ConsigneeTel string `json:"consignee_tel" form:"cancel_reason" label:"收货人电话"`
PatientName string `json:"patient_name" form:"patient_name" label:"患者姓名-就诊人"`
Mobile string `json:"mobile" form:"mobile" label:"手机号-医生/患者"`
}