diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-13 00:22:54 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-13 00:22:54 +0000 |
| commit | 89274bffa596ffdfc4275fb8d11cdb02ff9a2d02 (patch) | |
| tree | 8597ef56c39ac4913eacdb0fc663b5fe80de127b /lib/techsales-rfq/vendor-response/table/vendor-quotations-table.tsx | |
| parent | 00092099271ff743ac195511c03994e80f91a2e9 (diff) | |
(최겸) 기술영업 import 수정 2
Diffstat (limited to 'lib/techsales-rfq/vendor-response/table/vendor-quotations-table.tsx')
| -rw-r--r-- | lib/techsales-rfq/vendor-response/table/vendor-quotations-table.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/techsales-rfq/vendor-response/table/vendor-quotations-table.tsx b/lib/techsales-rfq/vendor-response/table/vendor-quotations-table.tsx index 5bb219bf..214e2b89 100644 --- a/lib/techsales-rfq/vendor-response/table/vendor-quotations-table.tsx +++ b/lib/techsales-rfq/vendor-response/table/vendor-quotations-table.tsx @@ -40,6 +40,7 @@ interface QuotationWithRfqCode extends TechSalesVendorQuotations { itemName?: string | null;
projNm?: string | null;
description?: string | null;
+ remark?: string | null;
attachmentCount?: number;
itemCount?: number;
pspid?: string | null;
|
