🎨新增请求日志记录

This commit is contained in:
2024-06-03 17:09:45 +08:00
parent 30b7d6aeb6
commit e1f168b274
14 changed files with 266 additions and 6 deletions

View File

@@ -4,3 +4,7 @@ type page struct {
Current int `json:"current" form:"current" binding:"required"`
Size int `json:"size" form:"size" binding:"required"`
}
type OnlyPage struct {
page
}