blob: 5c6aad410ea713abfea647431cd4c0d2218eee46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
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 './departmentDomainAssignments';
// MDG SOAP 수신용
export * from './MDG/mdg'
// SOAP 로깅 목적
export * from './SOAP/soap';
// NONSAP Oracle DB 스키마
export * from './NONSAP/nonsap';
// ECC SOAP 수신용 (RFQ, PO, PR 데이터)
export * from './ECC/ecc';
// Knox 임직원, 조직도, 직급
export * from './knox/employee';
export * from './knox/organization';
export * from './knox/titles';
|