package bean

type ResultLists struct {
	List  interface{} `json:"list"`
	Total int64       `json:"total"`
}