admin.amount.list.go 120 B

123456
  1. package user
  2. type AdminAmountListRequest struct {
  3. PageSize int `json:"pageSize"`
  4. PageIndex int `json:"pageIndex"`
  5. }