This commit is contained in:
守护自己的云 2024-08-29 11:19:58 +08:00
parent 6a467c1386
commit 05e2ab8bb8

View File

@ -180,7 +180,7 @@ type ReplyProductInfo struct {
UpdatedAt *time.Time `json:"updatedAt"` UpdatedAt *time.Time `json:"updatedAt"`
Packages []ProductPackageInfo `json:"packages"` Packages []ProductPackageInfo `json:"packages"`
Customs ProductCustomsInfo `json:"customs"` Customs ProductCustomsInfo `json:"customs"`
Quote ProductQuoteInfo `json:"quotes"` Quote ProductQuoteInfo `json:"quote"`
Children []ReplyProductInfo `json:"children"` Children []ReplyProductInfo `json:"children"`
} }