From b9a2081a76e669688d5884f20482b37cc8acca22 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 13 Oct 2025 08:56:27 +0000 Subject: (최겸, 임수민) 구매 입찰, 견적(그룹코드, tbe에러) 수정, data-room 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/evaluation-form.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types/evaluation-form.ts') diff --git a/types/evaluation-form.ts b/types/evaluation-form.ts index a57287aa..449b1fa2 100644 --- a/types/evaluation-form.ts +++ b/types/evaluation-form.ts @@ -34,7 +34,7 @@ export interface AttachmentInfo { // 현재 응답 정보 responseId: number | null selectedDetailId: number | null - currentScore: number | null + currentScore: string | null currentComment: string | null // 📎 첨부파일 정보 추가 -- cgit v1.2.3