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
很不错的一款工具!
现在大部分采用的是RPC等微服务架构,不可避免的需要引入别的项目的模型依赖,如果对该模型依赖的对象进行变更,又因为依赖无法添加注解,因此如果加上以下的一些特性,那就更好了!
不仅仅支持注解方式选择比较的字段以及注解方式的确定list的keyId 可以考虑传入一个配置,由配置确认需要比较的字段以及list的keyid 嵌套对象的话,可以使用field.subfield这样的确认 如: student.name作为需要比较的字段或者list的keyid
The text was updated successfully, but these errors were encountered:
你好,建议已经收到,我这面会抽空调研一下你说的这个方案哈,确实会存在需要配置的情况
Sorry, something went wrong.
No branches or pull requests
很不错的一款工具!
背景
现在大部分采用的是RPC等微服务架构,不可避免的需要引入别的项目的模型依赖,如果对该模型依赖的对象进行变更,又因为依赖无法添加注解,因此如果加上以下的一些特性,那就更好了!
粗略的方案
不仅仅支持注解方式选择比较的字段以及注解方式的确定list的keyId
可以考虑传入一个配置,由配置确认需要比较的字段以及list的keyid
嵌套对象的话,可以使用field.subfield这样的确认
如:
student.name作为需要比较的字段或者list的keyid
The text was updated successfully, but these errors were encountered: