feat:完善项目
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package basic
|
||||
|
||||
// ReturnPages 分页数据
|
||||
type ReturnPages struct {
|
||||
// PageDataResponse 分页数据
|
||||
type PageDataResponse struct {
|
||||
Data interface{} `json:"data"`
|
||||
Count int64 `json:"count"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user