fix
liujiandao
2024-04-19 6a0075bbb7f34205abdd7650409e2f466c469aae
request/report_forms_request.go
@@ -25,3 +25,9 @@
   ProductId     string `json:"productId"`
   LocationId    int    `json:"locationId"`
}
type GetMonthStats struct {
   PageInfo
   Keyword string `json:"keyword"`
   Date    string `json:"date"`
}