供应商评价任务管理详情 开发以及对接

This commit is contained in:
linxd
2025-06-25 11:57:17 +08:00
parent e5ec9a46d8
commit 09c67189b5
21 changed files with 904 additions and 302 deletions

View File

@ -25,7 +25,8 @@ declare namespace API {
export interface PersonnelItem {
id: string;
name: string;
department: string;
userDept: string;
userDeptId: string;
position?: string;
selected?: boolean;
}