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
/** * 查询用户字段级权限 * * @param tenantId 租户 * @param applicationId 应用 * @param userId 用户 * @param method 方法 * @return */ List<String> getDatalimitColumnByUserId(String tenantId, String applicationId, String userId, String method);
这个实现怎么弄?
The text was updated successfully, but these errors were encountered:
@kafeihouye 要结合角色和字段权限做。目前这个部分还没有从项目搞出来,大概思路:试图层vo通过注解+maven插件将需要控制字段存入数据库。
Sorry, something went wrong.
No branches or pull requests
这个实现怎么弄?
The text was updated successfully, but these errors were encountered: