refactor: Phase 2 - 레거시 서비스 데이터 분리

- legacy_service_data.dart 파일 생성
- 12개의 static Map 데이터 이동
- 파일 크기 940줄에서 575줄로 감소 (38.8% 감소)
- 기존 API 호환성 유지

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
JiWoong Sul
2025-07-16 18:20:59 +09:00
parent f6a780124a
commit 46883f7314
6 changed files with 1372 additions and 405 deletions

View File

@@ -0,0 +1,2 @@
/// URL Matcher 패키지의 export 파일
export 'models/service_info.dart';