diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-18 15:03:15 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-18 15:03:15 +0900 |
| commit | 54c654260c098864a8e113d46a242a057b58aae6 (patch) | |
| tree | a871f0a41bb40ee9a992a51566d42e8404185baa /lib/swp/api-client.ts | |
| parent | 1a8bf9c1c98454bd0e961b84d14299155ad67e7f (diff) | |
(김준회) swp 수정: Activity Level에 따라 REV/Stage 표시하도록 변경, 필드 NOTE->NOTE1, NOTE2 구조 변경 등
Diffstat (limited to 'lib/swp/api-client.ts')
| -rw-r--r-- | lib/swp/api-client.ts | 3 |
1 files changed, 2 insertions, 1 deletions
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 } // ============================================================================ |
