年审模块
This commit is contained in:
@ -13,7 +13,19 @@ declare namespace supplierAnnualTaskManage {
|
||||
basePageRequest: BasePageRequest;
|
||||
[property: string]: any;
|
||||
}
|
||||
|
||||
/*
|
||||
人员信息
|
||||
*/
|
||||
interface PersonnelItem {
|
||||
id: string;
|
||||
name: string;
|
||||
userId: string;
|
||||
userName: string;
|
||||
position: string;
|
||||
userDept: string;
|
||||
userDeptId: string;
|
||||
indicatorIds?: string[];
|
||||
}
|
||||
// 列表响应
|
||||
interface TaskListResponse {
|
||||
code: number;
|
||||
|
Reference in New Issue
Block a user