update Order History
This commit is contained in:
@@ -100,8 +100,10 @@ type HistoryOrderDB struct {
|
||||
}
|
||||
|
||||
type HistoryOrderSearch struct {
|
||||
Limit int
|
||||
Offset int
|
||||
PartnerID *int64
|
||||
IsAdmin bool
|
||||
Limit int
|
||||
Offset int
|
||||
}
|
||||
|
||||
type HistoryOrderList []*HistoryOrderDB
|
||||
|
||||
Reference in New Issue
Block a user