This commit is contained in:
momo
2023-10-07 17:31:24 +08:00
parent f2226ff0e4
commit 73a67aa21a
2 changed files with 29 additions and 13 deletions

View File

@@ -113,6 +113,7 @@ type OrderProduct struct {
FittingInfo *OrderProductFittingInfo `json:"fitting_info"`
IsHighlyCustomized int64 `json:"is_highly_customized"`
RenderImage string `json:"render_image"`
SelectColorIndex int64 `json:"select_color_index"`
}
type PurchaseQuantity struct {
Current interface{} `json:"current"`