xq feat:"完成了用户和项目关联(前端逻辑)"

This commit is contained in:
2025-07-08 20:00:18 +08:00
parent faec6667c8
commit 2bee2aed43
3 changed files with 38 additions and 4 deletions

View File

@ -67,6 +67,7 @@ export interface UserForm {
remark?: string;
postIds: string[];
roleIds: string[];
wxList: [];
}
export interface UserInfoVO {