diff options
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];
|
