diff options
| author | joonhoekim <26rote@gmail.com> | 2025-08-14 00:26:53 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-08-14 00:26:53 +0000 |
| commit | dd20ba9785cdbd3d61f6b014d003d3bd9646ad13 (patch) | |
| tree | 4e99d62311a6c115dbc894084714a29c34bca11a /db/schema/index.ts | |
| parent | 33be47506f0aa62b969d82521580a29e95080268 (diff) | |
(고건) 리스크 관리 페이지 추가
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts index 6f0f11d6..5b712b40 100644 --- a/db/schema/index.ts +++ b/db/schema/index.ts @@ -55,4 +55,7 @@ export * from './ECC/ecc'; export * from './knox/employee'; // 임직원 export * from './knox/organization'; // 조직도 export * from './knox/titles'; // 직급 -export * from './knox/approvals'; // Knox 결재 - eVCP 에서 상신한 결재를 저장
\ No newline at end of file +export * from './knox/approvals'; // Knox 결재 - eVCP 에서 상신한 결재를 저장 + +// === Risks 스키마 === +export * from './risks/risks';
\ No newline at end of file |
