page.go 72 B

123456
  1. package models
  2. type PageQuery struct {
  3. PageIndex int
  4. PageSize int
  5. }