mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-16 13:23:42 +00:00
添加知识库权限控制功能
This commit is contained in:
@@ -117,6 +117,16 @@ public class LoginUser implements Serializable {
|
||||
*/
|
||||
private Long roleId;
|
||||
|
||||
/**
|
||||
* 关联角色类型
|
||||
*/
|
||||
private String kroleGroupType;
|
||||
|
||||
/**
|
||||
* 关联角色id
|
||||
*/
|
||||
private String kroleGroupIds;
|
||||
|
||||
/**
|
||||
* 获取登录id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user