feat: add pagination helper and integrate serde_urlencoded for query extraction

This commit is contained in:
GW_MC
2025-12-29 12:16:09 +08:00
parent 91d0e1cd7c
commit 35fadb46f6
5 changed files with 70 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -5446,6 +5446,7 @@ dependencies = [
"sea-orm",
"serde",
"serde_json",
"serde_urlencoded",
"tempfile",
"tokio",
"tower",