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、利用角色的拓展字段(或增加TenantID)来确定角色是哪个客户的 2、客户管理员(有权限创建角色的用户)创建自己的角色强制填充角色拓展字段为客户ID(或TenantID) 3、租户角色可选的权限为客户管理员(有权限创建角色的用户)所拥有的权限,提交后需要注意判断不能越界授权
The text was updated successfully, but these errors were encountered:
部门表是不是也考虑加个TenantID字段 角色完善下数据权限(本部门、部门及以下、全部、个人、自定义)
Sorry, something went wrong.
部门表本身带有 TenantId 字段
<Column Name="TenantId" DataType="Int32" Map="Tenant@Id@$" Description="租户" />
[feat]角色表新增租户字段,部分业务场景需要允许租户设置自己的角色。NewLifeX/NewLife.Cube#97
39ae469
No branches or pull requests
1、利用角色的拓展字段(或增加TenantID)来确定角色是哪个客户的
2、客户管理员(有权限创建角色的用户)创建自己的角色强制填充角色拓展字段为客户ID(或TenantID)
3、租户角色可选的权限为客户管理员(有权限创建角色的用户)所拥有的权限,提交后需要注意判断不能越界授权
The text was updated successfully, but these errors were encountered: