liujiandao
2024-04-18 7d1b46b246613585acda03a2148db76ebea79de1
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"`
}