zhangqian
2024-04-16 4a8a520396df8a780e71b2c2a1c757dfab7ad831
request/report_forms_request.go
@@ -23,4 +23,11 @@
   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"`
}