complete role crud
This commit is contained in:
6
common/request/page.go
Normal file
6
common/request/page.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package request
|
||||
|
||||
type PageFilter struct {
|
||||
Page uint64 `form:"page"`
|
||||
Limit uint64 `form:"limit"`
|
||||
}
|
||||
Reference in New Issue
Block a user