From 4a077640becddf65ac2dc98451c5c83aa70108f8 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 17 Nov 2025 08:09:08 +0000 Subject: (임수민) 협력업체 정기평가 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/evaluation-form.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'types/evaluation-form.ts') diff --git a/types/evaluation-form.ts b/types/evaluation-form.ts index 449b1fa2..39b34bcd 100644 --- a/types/evaluation-form.ts +++ b/types/evaluation-form.ts @@ -139,4 +139,14 @@ export interface EvaluationDetailResponse { reviewersWithAttachments: number questionsWithAttachments: number } + + // 🔄 조선/해양 취합 정보 (동시 평가인 경우) + consolidatedInfo?: { + shipbuildingScore: number | null + shipbuildingGrade: string | null + offshoreScore: number | null + offshoreGrade: string | null + consolidatedScore: number | null // 50% 반영 취합 점수 + consolidatedGrade: string | null // 취합 등급 + } } \ No newline at end of file -- cgit v1.2.3