export * from './companies'; export * from './contract'; export * from './items'; export * from './pq'; export * from './projects'; export * from './rfq'; export * from './users'; export * from './vendorData'; export * from './vendorDocu'; export * from './vendors'; export * from './tasks'; export * from './logs'; export * from './basicContractDocumnet'; export * from './procurementRFQ'; export * from './setting'; export * from './techSales'; export * from './ocr'; export * from './bRfq'; export * from './techVendors'; export * from './evaluation'; export * from './evaluationTarget'; export * from './evaluationCriteria'; export * from './projectGtc'; export * from './menu'; export * from './information'; export * from './qna'; export * from './notice'; export * from './history'; export * from './notification'; export * from './templates'; export * from './gtc'; export * from './docu-list-rule'; export * from './legal'; export * from './consent'; export * from './bidding'; export * from './vendorRegistrations'; export * from './compliance'; export * from './rfqLast'; export * from './rfqVendor'; export * from './generalContract'; // 부서별 도메인 할당 관리 export * from './departmentDomainAssignments'; // MDG SOAP 수신용 export * from './MDG/mdg' // SOAP 로깅 목적 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'; // === Knox 스키마 === export * from './knox/employee'; // 임직원 export * from './knox/organization'; // 조직도 export * from './knox/titles'; // 직급 export * from './knox/approvals'; // Knox 결재 - eVCP 에서 상신한 결재를 저장 // === Risks 스키마 === export * from './risks/risks';