sys_common.go 100 B

123456
  1. package model
  2. type PageInfo struct {
  3. Page int `json:"page"`
  4. PageSize int `json:"pageSize"`
  5. }