diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-29 11:48:59 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-29 11:48:59 +0000 |
| commit | 10f90dc68dec42e9a64e081cc0dce6a484447290 (patch) | |
| tree | 5bc8bb30e03b09a602e7d414d943d0e7f24b1a0f /db/schema/gtc.ts | |
| parent | 792fb0c21136eededecf52b5b4aa1a252bdc4bfb (diff) | |
(대표님, 박서영, 최겸) document-list-only, gtc, vendorDocu, docu-list-rule
Diffstat (limited to 'db/schema/gtc.ts')
| -rw-r--r-- | db/schema/gtc.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema/gtc.ts b/db/schema/gtc.ts index a217f681..610804a3 100644 --- a/db/schema/gtc.ts +++ b/db/schema/gtc.ts @@ -99,8 +99,8 @@ import { vendors } from "./vendors" export type GtcDocumentWithRelations = GtcDocument & { project?: { id: number - code: string - name: string + projectCode: string + projectName: string } createdBy?: { id: number |
