zhangqian
2024-06-14 c73d79fe050e21bc53b3e94b6ca79fd3761d4d17
request/report_forms_request.go
@@ -23,4 +23,15 @@
   KeyWord       string `json:"keyWord"`
   WareHouseCode string `json:"wareHouseCode"`
   ProductId     string `json:"productId"`
   LocationId    int    `json:"locationId"`
}
type GetMonthStats struct {
   PageInfo
   Keyword string `json:"keyword"`
   Date    string `json:"date"`
}
type DoMonthStats struct {
   Token string `json:"token"`
}