diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-13 08:56:27 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-13 08:56:27 +0000 |
| commit | b9a2081a76e669688d5884f20482b37cc8acca22 (patch) | |
| tree | 385e78c05d193a54daaced836f1e1152696153a8 /types | |
| parent | e84cf02a1cb4959a9d3bb5bbf37885c13a447f78 (diff) | |
(최겸, 임수민) 구매 입찰, 견적(그룹코드, tbe에러) 수정, data-room 수정
Diffstat (limited to 'types')
| -rw-r--r-- | types/evaluation-form.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 // 📎 첨부파일 정보 추가 |
