diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-12-05 09:18:28 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-12-05 09:18:28 +0000 |
| commit | e467b3b7905a200b98daa3787565c08a309a6dda (patch) | |
| tree | 9ab8d1e7cd2bda128d7acb75fdb7811a9ef1cee9 /db/schema/generalContract.ts | |
| parent | 5233996e9bd676ce763a12e58c7955c7ca8f26c5 (diff) | |
(최겸) 계약 승인 요청 시 결재 상신 개발, 입찰 화학물질 soap 개발
Diffstat (limited to 'db/schema/generalContract.ts')
| -rw-r--r-- | db/schema/generalContract.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema/generalContract.ts b/db/schema/generalContract.ts index 6f48581f..7cc6cd6e 100644 --- a/db/schema/generalContract.ts +++ b/db/schema/generalContract.ts @@ -37,7 +37,7 @@ export const generalContracts = pgTable('general_contracts', { // ═══════════════════════════════════════════════════════════════
// 계약 분류 및 상태
// ═══════════════════════════════════════════════════════════════
- status: varchar('status', { length: 50 }).notNull(), // 계약 상태 (Draft, Complete the Contract, Contract Delete 등)
+ status: varchar('status', { length: 50 }).notNull(), // 계약 상태 (Draft, Complete the Contract, Contract Delete, approval request 등)
category: varchar('category', { length: 50 }).notNull(), // 계약구분 (단가계약, 일반계약, 매각계약)
type: varchar('type', { length: 50 }), // 계약종류 (UP, LE, IL, AL 등)
executionMethod: varchar('execution_method', { length: 50 }), // 체결방식 (오프라인, 온라인 등)
|
