refactor: 用户信息重构(Description)

This commit is contained in:
dap
2025-04-04 20:13:43 +08:00
parent 123f234971
commit 542407dcd6
3 changed files with 108 additions and 146 deletions

View File

@@ -66,6 +66,7 @@ export interface User {
roleIds?: string[];
postIds?: number[];
roleId: string;
deptName: string;
}
export interface Post {