fix: query
This commit is contained in:
8
backend_v1/app/http/dto/user.go
Normal file
8
backend_v1/app/http/dto/user.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package dto
|
||||
|
||||
import "quyun/v2/app/requests"
|
||||
|
||||
type UserListQuery struct {
|
||||
*requests.Pagination
|
||||
Keyword *string `query:"keyword"`
|
||||
}
|
||||
Reference in New Issue
Block a user