fix:订单详情

This commit is contained in:
momo
2023-09-21 12:11:15 +08:00
parent 37fc648025
commit 30ae7eb814
11 changed files with 178 additions and 35 deletions

View File

@@ -109,6 +109,7 @@ type OrderProduct struct {
SizeInfo *OrderProductSizeInfo `json:"size_info"`
FittingInfo *OrderProductFittingInfo `json:"fitting_info"`
StepNum []int `json:"step_num"` // 阶梯数量
IsHighlyCustomized int64 `json:"is_highly_customized"`
}
type OrderProductSizeInfo struct {