供应商年审审查

This commit is contained in:
linxd
2025-06-27 17:48:37 +08:00
parent 5c54182ca1
commit 8f0e05fe64
5 changed files with 101 additions and 126 deletions

View File

@ -68,8 +68,10 @@ declare namespace supplierAnnualReview {
// 打分项
interface ScoreItem {
examineResult: string;
id: string;
name: string;
description: string;
examineResult: string;
remark: string;
[property: string]: any;
}