- common_codes에 item_group 추가 및 item_type parent_id 연결 - /api/v1/items?type=RM → 단일 품목 유형 조회 - /api/v1/items?group_id=103 → 그룹 전체 품목 조회 (FG,PT,SM,RM,CS) - ItemService에 getItemTypesByGroupId(), newQueryForTypes() 메서드 추가 - 에러 메시지 추가 (item_type_or_group_required, invalid_group_id)