Files
atom/ds/request/page.go
2023-04-20 12:11:34 +08:00

7 lines
101 B
Go

package request
type PageFilter struct {
Page uint64 `form:"page"`
Limit uint64 `form:"limit"`
}