diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-16 09:20:58 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-16 09:20:58 +0000 |
| commit | 6c11fccc84f4c84fa72ee01f9caad9f76f35cea2 (patch) | |
| tree | fa88d10ea7d21fe6b59ed0c1569856a73d56547a /db/schema/rfq.ts | |
| parent | 14e3990aba7e1ad1cdd0965cbd167c50230cbfbf (diff) | |
(대표님, 최겸) 계약, 업로드 관련, 메뉴처리, 입찰, 프리쿼트, rfqLast관련, tbeLast관련
Diffstat (limited to 'db/schema/rfq.ts')
| -rw-r--r-- | db/schema/rfq.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema/rfq.ts b/db/schema/rfq.ts index 66357972..b07e3137 100644 --- a/db/schema/rfq.ts +++ b/db/schema/rfq.ts @@ -572,7 +572,7 @@ export const vendorCbeView = pgView("vendor_cbe_view").as((qb) => { }); // Types for TypeScript -export type VendorResponse = typeof vendorResponses.$inferSelect; +export type VendorResponse2 = typeof vendorResponses.$inferSelect; export type VendorTechnicalResponse = typeof vendorTechnicalResponses.$inferSelect; export type VendorCommercialResponse = typeof vendorCommercialResponses.$inferSelect; export type VendorResponseAttachment = typeof vendorResponseAttachments.$inferSelect; |
