diff options
| author | 0-Zz-ang <s1998319@gmail.com> | 2025-08-07 18:02:54 +0900 |
|---|---|---|
| committer | 0-Zz-ang <s1998319@gmail.com> | 2025-08-07 18:02:54 +0900 |
| commit | 67bb1ad7d7e001e19c8d1dd9153a5f663e2afa03 (patch) | |
| tree | 9aab25663d6c180fd3a315840a3035b491ac0b7d /lib/docu-list-rule/utils.ts | |
| parent | e270e477f362dd68249bb4a013c66eab293bba82 (diff) | |
(박서영)docu-list-rule Project_code적용
Diffstat (limited to 'lib/docu-list-rule/utils.ts')
| -rw-r--r-- | lib/docu-list-rule/utils.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/docu-list-rule/utils.ts b/lib/docu-list-rule/utils.ts index ddeb5e6d..bc9260af 100644 --- a/lib/docu-list-rule/utils.ts +++ b/lib/docu-list-rule/utils.ts @@ -1,7 +1,7 @@ // docu-list-rule 모듈 공통 유틸리티 함수들 /** - * Code Group ID에서 다음 번호를 생성하는 함수 + * Code Group ID에서 다음 번호를 생성하는 함수 (프로젝트별) * DOC_CLASS는 제외하고 계산 */ export function generateNextCodeGroupId(lastGroupId: string): string { @@ -15,7 +15,7 @@ export function generateNextCodeGroupId(lastGroupId: string): string { } /** - * Document Class Code에서 다음 번호를 생성하는 함수 + * Document Class Code에서 다음 번호를 생성하는 함수 (프로젝트별) */ export function generateNextDocumentClassCode(lastCode: string): string { if (!lastCode.startsWith('DOC_CLASS_')) { @@ -28,7 +28,7 @@ export function generateNextDocumentClassCode(lastCode: string): string { } /** - * Number Type Config에서 다음 SDQ를 생성하는 함수 + * Number Type Config에서 다음 SDQ를 생성하는 함수 (프로젝트별) */ export function generateNextSdq(configs: Array<{ sdq: number }>): number { if (configs.length === 0) { |
