mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-05-16 20:28:03 +00:00
update 增加 用户信息缓存增加租户id
This commit is contained in:
@@ -26,6 +26,7 @@ export interface UserQuery extends PageQuery {
|
||||
*/
|
||||
export interface UserVO extends BaseEntity {
|
||||
userId: string | number;
|
||||
tenantId: string;
|
||||
deptId: number;
|
||||
userName: string;
|
||||
nickName: string;
|
||||
|
||||
Reference in New Issue
Block a user