model/response/salesDetails.go
@@ -134,3 +134,9 @@ Margin string `json:"margin"` //毛利率 } type StoreInfoWithWarehouse struct { WarehouseId int64 `json:"warehouseId,omitempty"` WarehouseName string `json:"warehouseName,omitempty"` StoreInfoList []*StoreInfo `json:"storeInfoList,omitempty"` }