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
1、是在domain中定义接口; 2、实体实现服务接口;
还是说直接引入实体对象呢?
The text was updated successfully, but these errors were encountered:
我们是把领域服务放在domain里,通常在里面建立service目录实现对应的逻辑。 参考https://github.com/jukylin/esim#v2-%E7%9B%AE%E5%BD%95
Sorry, something went wrong.
非常感谢
No branches or pull requests
1、是在domain中定义接口;
2、实体实现服务接口;
还是说直接引入实体对象呢?
The text was updated successfully, but these errors were encountered: