diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-12-09 03:04:05 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-12-09 03:04:05 +0000 |
| commit | b5c174429548a53e5c86a13bdbfc61516e5ee345 (patch) | |
| tree | 4c3c6102c6e6357c6821446ddfe085bcff2291cf /config | |
| parent | 1ea1dfa5c2684838d37ebfc58e3e8fd98c2dc60b (diff) | |
(최겸) 구매 구매자서명 내 삼성중공업 정보 입력 추가
Diffstat (limited to 'config')
| -rw-r--r-- | config/vendorInvestigationsColumnsConfig.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/vendorInvestigationsColumnsConfig.ts b/config/vendorInvestigationsColumnsConfig.ts index 7d74d8e0..0029b5a5 100644 --- a/config/vendorInvestigationsColumnsConfig.ts +++ b/config/vendorInvestigationsColumnsConfig.ts @@ -5,6 +5,7 @@ export type VendorInvestigationsViewRaw = { // Investigation fields investigationId: number vendorId: number + vendorCountry: string | null pqSubmissionId: number | null requesterId: number | null qmManagerId: number | null |
