chore: move server package to root
This commit is contained in:
6
server/common/req.go
Normal file
6
server/common/req.go
Normal file
@ -0,0 +1,6 @@
|
||||
package common
|
||||
|
||||
type PageReq struct {
|
||||
PageIndex int `json:"page_index" form:"page_index"`
|
||||
PageSize int `json:"page_size" form:"page_size"`
|
||||
}
|
Reference in New Issue
Block a user