From 54c654260c098864a8e113d46a242a057b58aae6 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Tue, 18 Nov 2025 15:03:15 +0900 Subject: (김준회) swp 수정: Activity Level에 따라 REV/Stage 표시하도록 변경, 필드 NOTE->NOTE1, NOTE2 구조 변경 등 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/swp/api-client.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/swp/api-client.ts') diff --git a/lib/swp/api-client.ts b/lib/swp/api-client.ts index 17cfbb7c..e54a4c4d 100644 --- a/lib/swp/api-client.ts +++ b/lib/swp/api-client.ts @@ -149,7 +149,8 @@ export interface SwpFileApiResponse { STAT: string | null; STAT_NM: string | null; IDX: string | null; - NOTE: string | null; + NOTE1: string | null; // DC Note + NOTE2: string | null; // Eng Note } // ============================================================================ -- cgit v1.2.3