update Order History

This commit is contained in:
aditya.siregar
2024-07-26 22:32:24 +07:00
parent 5ef14f3043
commit 105bda67a3
8 changed files with 30 additions and 35 deletions
+4 -2
View File
@@ -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