feat: 相关操作升级为泛型实现

This commit is contained in:
2025-10-13 17:05:00 +08:00
parent 80b5e4e7cc
commit 50d2d6c7bb
18 changed files with 316 additions and 1354 deletions

View File

@ -291,7 +291,7 @@ type StringSliceResult struct {
// MapResult 转map的结果
type MapResult struct {
Value Map `json:"value"`
Value any `json:"value"`
Err error `json:"err"`
}