feat:完善项目

This commit is contained in:
henry
2021-11-02 17:01:04 +08:00
parent 20d81825e1
commit 0fa2630933
19 changed files with 171 additions and 267 deletions

View File

@ -1,7 +1,7 @@
package basic
// ReturnPages 分页数据
type ReturnPages struct {
// PageDataResponse 分页数据
type PageDataResponse struct {
Data interface{} `json:"data"`
Count int64 `json:"count"`
}