common.go 114 B

123456
  1. package model
  2. type PageResp struct {
  3. Content interface{} `json:"content"`
  4. Total int64 `json:"total"`
  5. }