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

Replace Page schema with PagedModel when Page is generic type param of anothor #2818

Open
781574155 opened this issue Dec 18, 2024 · 0 comments

Comments

@781574155
Copy link

I know this PR: #2626
It solve problem like this:
public Page<FileResp> readAll()
But it does not solve problem like this:
public GeneralOperationResult<Page<FileResp>> readAll()

@781574155 781574155 changed the title Replace Page schema with PagedModel when Page is generic type param of anthor Replace Page schema with PagedModel when Page is generic type param of anothor Dec 18, 2024
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

1 participant