diff options
| author | joonhoekim <26rote@gmail.com> | 2025-09-26 14:13:20 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-09-26 14:13:20 +0900 |
| commit | f8fc02e175f93466cd7693eb6e549c45362e785b (patch) | |
| tree | 1037ec1f9225b0a0142defd6a27c68c3e6a47009 /lib/pos/index.ts | |
| parent | 11bc8239ad474a8f31c1c73de51f7d0f101594df (diff) | |
(김준회) POS 및 구매 피드백 처리
- 요구사항 28.(0.1) 24번 행 (prItem번호 별도 표기)
- pos nfs 경로에서 가져오도록 수정개발
Diffstat (limited to 'lib/pos/index.ts')
| -rw-r--r-- | lib/pos/index.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/pos/index.ts b/lib/pos/index.ts index 7611d5c5..75309bdd 100644 --- a/lib/pos/index.ts +++ b/lib/pos/index.ts @@ -23,6 +23,13 @@ export { syncRfqPosFiles } from './sync-rfq-pos-files'; +export { + getDesignDocumentByMaterialCode, + getDesignDocumentsForRfqItems, + getDesignDocumentByMaterialCodeAction, + getDesignDocumentsForRfqItemsAction +} from './design-document-service'; + // 타입들은 ./types 에서 export export type * from './types'; |
