:toda:
This commit is contained in:
6
http/param/request.go
Normal file
6
http/param/request.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package param
|
||||
|
||||
type Page struct {
|
||||
Current int64 `json:"current" form:"current" label:"页码数" binding:"required"`
|
||||
Size int64 `json:"size" form:"size" label:"每页数量" binging:"required"`
|
||||
}
|
||||
Reference in New Issue
Block a user