优化线下结算筛选

This commit is contained in:
yml2213
2026-08-16 20:00:09 +08:00
parent c06e5aaafd
commit 58f11b2043
11 changed files with 212 additions and 59 deletions
+7 -6
View File
@@ -136,12 +136,13 @@ type CancelRequest struct {
}
type AdminPickupQuery struct {
Page int
PageSize int
Keyword string
Status string
ShopName string
AccountSource string
Page int
PageSize int
Keyword string
Status string
ShopName string
AccountSource string
OfflineSettlementStatus string
}
type SellerPickupQuery struct {