common.go 90 B

123456
  1. package dto
  2. type LimitPage struct {
  3. Page int `json:"page"`
  4. Limit int `json:"limit"`
  5. }