This commit is contained in:
2023-04-28 09:04:53 +08:00
parent b6eb9dc112
commit d911d7eb87
2 changed files with 18 additions and 41 deletions

View File

@@ -6,7 +6,6 @@ import (
)
type ListView struct {
Code int `json:"code"`
Page int `json:"page"`
PageSize int `json:"page_size"`
Total int `json:"total"`