docs: [bending] 코드체계 변경 문서 업데이트 + kkk 폴더 git 추적 제외

This commit is contained in:
2026-03-21 19:36:30 +09:00
parent 1763a6123a
commit 96de724bf5
5 changed files with 634 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
> **프로젝트**: API (`sam/api`)
> **선행 조건**: Step 1 완료
> **상태**: ✅ 구현 완료 (2026-03-16~17)
> **상태**: ✅ 구현 완료 (2026-03-16~17, 2026-03-21 code/lot_no 분리 반영)
> **참조**: `standards/api-rules.md`, `standards/options-column-policy.md`, `rules/item-policy.md`
---
@@ -32,9 +32,11 @@
item_type: FG(완제품), PT(부품), SM(부자재), RM(원자재), CS(소모품)
item_category: 'BENDING' (절곡품 구분)
절곡품 API 방향:
절곡품 API 방향 (2026-03-21 최종):
→ 기존 ItemsController 무변경
→ 별도 BendingItemController 생성 (items 테이블을 item_category='BENDING'으로 필터)
→ 별도 BendingItemController → bending_items 전용 테이블 사용
→ bending_items.code = 'BD' (고정), lot_no = LOT 번호
→ BendingCodeService.resolveItem(): lot_no 기반 검색
→ 절곡품 전용 필터/검색/전개도 데이터 관리
```