This commit is contained in:
haomingming
2026-07-22 12:06:24 +08:00
parent 76c1c3b849
commit 613feb2dd0
4 changed files with 50 additions and 1 deletions
+2 -1
View File
@@ -34,7 +34,7 @@ type GetOrderProductPage struct {
ProductName string `json:"product_name" form:"product_name" label:"药品名称"`
CommonName string `json:"common_name" form:"common_name" label:"药品通用名"`
PrescriptionCode string `json:"prescription_code" form:"prescription_code" label:"处方编号"`
AnnualReviewHide *int `json:"-" form:"-"` // 内部传递条件
}
// CancelOrderProduct 取消药品订单
@@ -67,4 +67,5 @@ type OrderProductExportList struct {
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:"手机号-医生/患者"`
AnnualReviewHide *int `json:"-" form:"-"` // 内部传递条件
}