diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-12 10:42:36 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-12 10:42:36 +0000 |
| commit | 8642ee064ddf96f1db2b948b4cc8bbbd6cfee820 (patch) | |
| tree | 36bd57d147ba929f1d72918d1fb91ad2c4778624 /lib/general-contracts/types.ts | |
| parent | 57ea2f740abf1c7933671561cfe0e421fb5ef3fc (diff) | |
(최겸) 구매 일반계약, 입찰 수정
Diffstat (limited to 'lib/general-contracts/types.ts')
| -rw-r--r-- | lib/general-contracts/types.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/general-contracts/types.ts b/lib/general-contracts/types.ts index 33b1189f..6793d76c 100644 --- a/lib/general-contracts/types.ts +++ b/lib/general-contracts/types.ts @@ -24,7 +24,8 @@ export const GENERAL_CONTRACT_TYPES = [ 'AW', // 사전작업합의 (Advanced Work)
'AD', // 사전납품합의 (Advanced Delivery)
'SG', // 임치(물품보관)계약
- 'SR' // 폐기물매각계약 (Scrap)
+ 'SR', // 폐기물매각계약 (Scrap)
+ 'SP' // S-PEpC
] as const;
export type GeneralContractType = typeof GENERAL_CONTRACT_TYPES[number];
|
