resp.go 108 B

123456
  1. package models
  2. type ListResp struct {
  3. Total int64 `json:"total"`
  4. List interface{} `json:"list"`
  5. }