We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arry[ id : 1, name : wangzi dataArry[ object[0], object[1] ] ]
类似这样的数据结构,最外一层是数组,每个数组里面包含一层字典加数组的结构。在最外层数组模型里面用modelCustomClassForDictionary返回class返回的是当个模型,不能返回里面包含的数组模型。
The text was updated successfully, but these errors were encountered:
解决了吗 我也遇到这种问题了
Sorry, something went wrong.
No branches or pull requests
arry[
id : 1,
name : wangzi
dataArry[
object[0],
object[1]
]
]
类似这样的数据结构,最外一层是数组,每个数组里面包含一层字典加数组的结构。在最外层数组模型里面用modelCustomClassForDictionary返回class返回的是当个模型,不能返回里面包含的数组模型。
The text was updated successfully, but these errors were encountered: