summaryrefslogtreecommitdiff
path: root/lib/tech-vendors/repository.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-06-15 04:41:55 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-06-15 04:41:55 +0000
commit7305a614ca20d50e6ab50bbcfbb128a6f1f90e53 (patch)
tree92317f538a4368fa54447ef25fc3ad3616f1b349 /lib/tech-vendors/repository.ts
parentc5002d77087b256599b174ada611621657fcc523 (diff)
(최겸) 기술영업 벤더 개발
Diffstat (limited to 'lib/tech-vendors/repository.ts')
-rw-r--r--lib/tech-vendors/repository.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/tech-vendors/repository.ts b/lib/tech-vendors/repository.ts
index b71fb32d..72c01a1c 100644
--- a/lib/tech-vendors/repository.ts
+++ b/lib/tech-vendors/repository.ts
@@ -38,7 +38,11 @@ export async function selectTechVendorsWithAttachments(
representativeEmail: techVendors.representativeEmail,
representativePhone: techVendors.representativePhone,
representativeBirth: techVendors.representativeBirth,
- corporateRegistrationNumber: techVendors.corporateRegistrationNumber,
+ countryEng: techVendors.countryEng,
+ countryFab: techVendors.countryFab,
+ agentName: techVendors.agentName,
+ agentPhone: techVendors.agentPhone,
+ agentEmail: techVendors.agentEmail,
items: techVendors.items,
createdAt: techVendors.createdAt,
updatedAt: techVendors.updatedAt,