- 레거시 PRODUCT/MATERIAL 값을 실제 item_type(FG, PT 등)으로 마이그레이션 - Price 모델에서 하드코딩된 ITEM_TYPE_* 상수 제거 - PricingService.getCost()에서 하드코딩된 자재 유형 배열을 common_codes.attributes.is_material 플래그 조회로 변경 - common_codes item_type 그룹에 is_material 플래그 추가 - FG, PT: is_material = false (제품) - SM, RM, CS: is_material = true (자재) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>