update 优化 使用翻译注解简化用户查询 调整用户查询逻辑

This commit is contained in:
疯狂的狮子Li
2024-01-06 20:58:54 +08:00
parent 31da01bdd1
commit 075c02b8c3
3 changed files with 3 additions and 11 deletions

View File

@ -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;