diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-13 12:21:18 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-13 12:21:18 +0900 |
| commit | d113d1732f7c6356af6619dfaff98604fb68e5ad (patch) | |
| tree | ea77e9c4a5da0123e9aa5e1482d9f1c93afe76ba /lib/swp/api-client.ts | |
| parent | a4ceade24d28af0bde985bf750017efc02f053ff (diff) | |
(김준회) SWP 문서리스트: OWN_DOC_NO로 스테이지 검증 추가
Diffstat (limited to 'lib/swp/api-client.ts')
| -rw-r--r-- | lib/swp/api-client.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/swp/api-client.ts b/lib/swp/api-client.ts index 1befa217..39ce02b0 100644 --- a/lib/swp/api-client.ts +++ b/lib/swp/api-client.ts @@ -100,6 +100,7 @@ export interface SwpDocumentApiResponse { // 선택적 필드 (null 가능) DOC_GB: string | null; DOC_TYPE: string | null; + DOC_CLS: string | null; // Document Class (A, B, C 등) OWN_DOC_NO: string | null; SHI_DOC_NO: string | null; PROJ_NM: string | null; |
