init
This commit is contained in:
10
models/ListView.go
Normal file
10
models/ListView.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
type ListView struct {
|
||||
Code int `json:"code"`
|
||||
Page int `json:"page"`
|
||||
PageSize int `json:"page_size"`
|
||||
Total int `json:"total"`
|
||||
Next bool `json:"next"`
|
||||
List []interface{} `json:"list"`
|
||||
}
|
Reference in New Issue
Block a user