- ItemsController: show/destroy 메서드 파라미터 타입 수정 (int → 동적 캐스팅) - ItemsController: store/update에서 product_type → item_type 변환 로직 추가 - ItemService: 정렬 순서 수정 (최신 품목이 먼저 표시되도록 desc 추가) - ItemService: code 키를 item_code로 변경 (ApiResponse::handle의 HTTP 상태 코드 충돌 방지) Co-Authored-By: Claude <noreply@anthropic.com>