feat: 字符串转struct slice

This commit is contained in:
2025-10-13 15:21:33 +08:00
parent 033e013510
commit 80b5e4e7cc
5 changed files with 94 additions and 11 deletions

View File

@ -27,7 +27,7 @@ func ToBaseValue[BaseType op_type.BaseType](str string) define.BaseValueResult[B
}
return define.BaseValueResult[BaseType]{
Value: target,
Err: err,
Err: nil,
}
}