This commit is contained in:
11
backend_v1/app/http/admin/dto/order.go
Normal file
11
backend_v1/app/http/admin/dto/order.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package dto
|
||||
|
||||
import "quyun/v2/app/requests"
|
||||
|
||||
type OrderListQuery struct {
|
||||
*requests.Pagination
|
||||
|
||||
Keyword *string `query:"keyword"`
|
||||
OrderNumber *string `query:"order_number"`
|
||||
UserID *int64 `query:"user_id"`
|
||||
}
|
||||
Reference in New Issue
Block a user