mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-03 21:26:35 +08:00
feat: 使用标签替代项目
This commit is contained in:
@@ -11,3 +11,8 @@ type PageResult struct {
|
||||
Total int64 `json:"total"`
|
||||
List interface{} `json:"list"`
|
||||
}
|
||||
|
||||
// 空分页结果日志
|
||||
func EmptyPageResult() *PageResult {
|
||||
return &PageResult{Total: 0, List: make([]interface{}, 0)}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user