feat:完善活动信息
This commit is contained in:
7
app/basic/controller/basic.go
Normal file
7
app/basic/controller/basic.go
Normal file
@ -0,0 +1,7 @@
|
||||
package controller
|
||||
|
||||
// ReturnPages 分页数据
|
||||
type ReturnPages struct {
|
||||
Data interface{} `json:"data"`
|
||||
Count int64 `json:"count"`
|
||||
}
|
Reference in New Issue
Block a user