优化订单管理

This commit is contained in:
yml
2026-06-18 17:09:02 +08:00
parent c2cfd132af
commit 48af6f39c0
8 changed files with 388 additions and 99 deletions
+9
View File
@@ -83,6 +83,15 @@ type AdminActionRequest struct {
Reason string `json:"reason" binding:"required"`
}
type AdminOrderQuery struct {
Page int
PageSize int
Keyword string
Status string
HandoffStatus string
SettlementStatus string
}
type AuditMeta = auditlog.Meta
type PaginatedResult struct {