diff options
| author | joonhoekim <26rote@gmail.com> | 2025-08-14 13:15:21 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-08-14 13:15:21 +0000 |
| commit | 49d236df3bd2bd976ebc424644f34f5affa1074f (patch) | |
| tree | 7b0f60c399e724847894061fae74876aa1bf5c7e /db/schema/index.ts | |
| parent | 969c25b56f6d29d7ffa4bc2ce04c5fb4e5846b34 (diff) | |
(김준회) 결재 테스트 모듈 수정, 환경병수 eVCP 운영 대응, SGIPS JWT TOKEN 수정, SHI-API 기반 유저 관리 추가, 유저목록 테이블 변경
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts index 5b712b40..9cd71197 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -47,6 +47,7 @@ export * from './SOAP/soap'; // NONSAP Oracle DB 스키마 export * from './NONSAP/nonsap'; +export * from './NONSAP/nonsap-user'; // 김희은 프로 요청사항(모든 유저 데이터는 shi-api를 통한 nonspa 기준으로 처리) // ECC SOAP 수신용 (RFQ, PO, PR 데이터) export * from './ECC/ecc'; |
