优化后台列表搜索

This commit is contained in:
yml2213
2026-06-21 13:17:10 +08:00
parent a0145e6b18
commit 23dbe9af22
11 changed files with 166 additions and 21 deletions
+9
View File
@@ -51,6 +51,15 @@ type ArbitrateRequest struct {
Remark string `json:"remark" binding:"required"`
AmountCent int64 `json:"amount_cent"`
}
type AdminListQuery struct {
Page int
PageSize int
Keyword string
Status string
Type string
}
type AuditMeta = auditlog.Meta
type PaginatedResult struct {