Skip to content
New issue

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

无法存储树形结构的数组 #817

Open
2286033294 opened this issue Mar 16, 2023 · 1 comment
Open

无法存储树形结构的数组 #817

2286033294 opened this issue Mar 16, 2023 · 1 comment

Comments

@2286033294
Copy link

public class CustomerDataResponse{
private String name;
private ArrayList children;
}
读取数据时发现children为null;name有数据

@1173859245
Copy link

我也遇到了,请问您是如何解决的,实在解决不了,只有不用这个了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants