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
目前的扩展点执行,都要先封装到 BaseDomainAbility 里。
但有的控制点:
这些场景下,BaseDomainAbility 显得有些多此一举,可以考虑提供 DDD.firstExtension 方法
DDD.firstExtension
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
目前的扩展点执行,都要先封装到 BaseDomainAbility 里。
但有的控制点:
这些场景下,BaseDomainAbility 显得有些多此一举,可以考虑提供
DDD.firstExtension
方法The text was updated successfully, but these errors were encountered: