供应商评价任务管理详情 开发以及对接
This commit is contained in:
3
src/servers/api/typings.d.ts
vendored
3
src/servers/api/typings.d.ts
vendored
@ -25,7 +25,8 @@ declare namespace API {
|
||||
export interface PersonnelItem {
|
||||
id: string;
|
||||
name: string;
|
||||
department: string;
|
||||
userDept: string;
|
||||
userDeptId: string;
|
||||
position?: string;
|
||||
selected?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user