summaryrefslogtreecommitdiff
path: root/db/schema/index.ts
blob: b9491235391f578edf658f76ec2e3940ff2ba5e8 (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
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';

// MDG SOAP 수신용
// export * from './MDG/modelMaster'