12 lines
167 B
Go
12 lines
167 B
Go
package report
|
|
|
|
type listQuery struct {
|
|
Page int
|
|
PageSize int
|
|
Keyword string
|
|
TargetType string
|
|
ReportType string
|
|
StartAtMS int64
|
|
EndAtMS int64
|
|
}
|