部署
This commit is contained in:
@@ -73,6 +73,7 @@ type ProductListItem struct {
|
||||
SaleCreatedAt *time.Time `json:"saleCreatedAt"`
|
||||
PurchasedCount int64 `json:"purchasedCount"`
|
||||
ShipmentCount int64 `json:"shipmentCount"`
|
||||
ShipmentdCount int64 `json:"shipmentdCount"`
|
||||
}
|
||||
|
||||
// List @TITLE 产品列表
|
||||
@@ -119,6 +120,9 @@ type ProductItem struct {
|
||||
CurrencySymbol string `json:"currencySymbol"`
|
||||
CurrencyRate decimal.Decimal `json:"currencyRate"`
|
||||
PurchaseCount int64 `json:"purchaseCount"`
|
||||
PurchasedCount int64 `json:"purchasedCount"`
|
||||
ShipmentCount int64 `json:"shipmentCount"`
|
||||
ShipmentdCount int64 `json:"shipmentdCount"`
|
||||
CreatedAt *time.Time `json:"createdAt"`
|
||||
UpdatedAt *time.Time `json:"updatedAt"`
|
||||
Children []*ProductItem `json:"children"`
|
||||
|
||||
Reference in New Issue
Block a user