update 优化 使用翻译注解简化用户查询 调整用户查询逻辑
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
import { DeptVO } from './../dept/types';
|
||||
import { RoleVO } from '@/api/system/role/types';
|
||||
import { PostVO } from '@/api/system/post/types';
|
||||
|
||||
@ -40,7 +39,7 @@ export interface UserVO extends BaseEntity {
|
||||
loginIp: string;
|
||||
loginDate: string;
|
||||
remark: string;
|
||||
dept: DeptVO;
|
||||
deptName: string;
|
||||
roles: RoleVO[];
|
||||
roleIds: any;
|
||||
postIds: any;
|
||||
|
Reference in New Issue
Block a user