2026-05-29 19:56:14 +08:00

12 lines
167 B
Go

package report
type listQuery struct {
Page int
PageSize int
Keyword string
TargetType string
ReportType string
StartAtMS int64
EndAtMS int64
}