init
This commit is contained in:
8
Backend/internal/model/response/common.go
Normal file
8
Backend/internal/model/response/common.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package response
|
||||
|
||||
// 分页结果
|
||||
type PageResult struct {
|
||||
Page int `json:"page"`
|
||||
PageSize int `json:"pageSize"`
|
||||
Total int `json:"total"`
|
||||
}
|
||||
Reference in New Issue
Block a user