zhangqian
2024-07-01 73b6baf6af3d88cdcb0e2df7932a9bd96b0b85c5
request/report_forms_request.go
@@ -25,3 +25,19 @@
   ProductId     string `json:"productId"`
   LocationId    int    `json:"locationId"`
}
type GetMonthStats struct {
   PageInfo
   Keyword     string `json:"keyword"`
   Date        string `json:"date"`
   WarehouseID int    `json:"warehouseID"`
   Preload     bool
}
type DoMonthStats struct {
   Token string `json:"token"`
}
type DoWarehouseMonthStats struct {
   Token string `json:"token"`
}