init
This commit is contained in:
12
app/info/common.go
Normal file
12
app/info/common.go
Normal file
@ -0,0 +1,12 @@
|
||||
package info
|
||||
|
||||
import (
|
||||
)
|
||||
|
||||
|
||||
// 分页数据
|
||||
type Page struct {
|
||||
CurPage int // 当前页码
|
||||
TotalPage int // 总页
|
||||
List interface{}
|
||||
}
|
Reference in New Issue
Block a user