diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-17 08:09:08 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-17 08:09:08 +0000 |
| commit | 4a077640becddf65ac2dc98451c5c83aa70108f8 (patch) | |
| tree | ab5ccdb4425ab5788d248a3bf7c4d87d551989af /types | |
| parent | a5c5c88e3033854b78ffc2fe73b8b6dd0502aa61 (diff) | |
(임수민) 협력업체 정기평가 수정
Diffstat (limited to 'types')
| -rw-r--r-- | types/evaluation-form.ts | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
