update MapResult

This commit is contained in:
白茶清欢 2024-11-06 18:39:32 +08:00
parent dac3a32e6f
commit 822aabaac6

View File

@ -7,7 +7,10 @@
// Date : 2023-05-05 14:44
package wrapper
import "time"
import (
"git.zhangdeman.cn/zhangdeman/easymap"
"time"
)
// Int8Result ...
//
@ -465,7 +468,7 @@ type StringSliceResult struct {
//
// Date : 16:05 2023/8/10
type MapResult struct {
Value Map
Value easymap.EasyMap
Err error
}