docs(API): 견적 BOM 산출 작업 현황 및 Item 모델 주석 추가

- Item 모델 item_category 필드 주석 추가
- CURRENT_WORKS.md 견적 자동산출 작업 현황 업데이트
- LOGICAL_RELATIONSHIPS.md 관계 문서 업데이트

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-02 21:06:06 +09:00
parent 4fa38e39e6
commit 02e268e49a
3 changed files with 93 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ class Item extends Model
protected $fillable = [
'tenant_id',
'item_type',
'item_category', // 품목 카테고리 (SCREEN, STEEL, BENDING, ALUMINUM 등)
'code',
'name',
'unit',