评价结果和评价打分(按评价任务)列表接口增加参数selectBy

This commit is contained in:
linxd
2025-07-16 16:38:19 +08:00
parent fdd55a9036
commit 40839aadc8
9 changed files with 35 additions and 3 deletions

View File

@ -14,6 +14,7 @@ declare namespace SupplierEvaluateResult {
status?: string;
startTime?: string;
endTime?: string;
selectBy?: string;
[key: string]: any;
}

View File

@ -111,6 +111,7 @@ declare namespace SupplierEvaluateScore {
endTime?: string;
evaluateTheme?: string;
evaluateYear?: string;
selectBy?: string;
}
interface TaskPageResponse {

View File

@ -131,6 +131,7 @@ declare namespace SupplierTaskManage {
deptName: string;
supplierId: string;
supplierName: string;
socialCreditCode?: string; // api返回数据的统一社会信用代码
userList: PersonnelItem[];
}[],
[property: string]: any;