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
个人认为 validate 和 swagger 的关联性是较强的,因此 ApiProperty 也放在了 dto model 中。
但是在 PickDto 或 OmitDto 只继承了 RULES_KEY 装饰器的 Metadata,是否应该为这俩函数提供一个可选参数继承其他装饰器的 Metadata?
RULES_KEY
The text was updated successfully, but these errors were encountered:
这个已经在做了。
Sorry, something went wrong.
@czy88840616 这个问题有什么进展吗😬
metadata 集成涉及底层改动,v3 不会动了,v4 会明确继承的方式。
@czy88840616 遇到了相同的问题。v4有Release plan吗?
初步估计十一结束会有第一个 beta 版本。
No branches or pull requests
个人认为 validate 和 swagger 的关联性是较强的,因此 ApiProperty 也放在了 dto model 中。
但是在 PickDto 或 OmitDto 只继承了
RULES_KEY
装饰器的 Metadata,是否应该为这俩函数提供一个可选参数继承其他装饰器的 Metadata?The text was updated successfully, but these errors were encountered: