chore: 프로젝트 정리 및 문서 업데이트
- 창고 위치 폼 UI 개선 - 테스트 리포트 업데이트 - API 이슈 문서 추가 - 폼 레이아웃 템플릿 추가 - main.dart 정리 - 상수 업데이트 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -12,6 +12,7 @@ class Routes {
|
||||
static const String equipmentOut = '/equipment-out'; // 출고 목록(미사용)
|
||||
static const String equipmentOutAdd = '/equipment-out/add'; // 장비 출고 폼
|
||||
static const String equipmentHistory = '/equipment/history'; // 장비 이력 조회
|
||||
static const String testHistory = '/test/history'; // 테스트 이력 화면
|
||||
static const String equipmentOutEdit = '/equipment-out/edit'; // 장비 출고 편집
|
||||
static const String equipmentInList = '/equipment/in'; // 입고 장비 목록
|
||||
static const String equipmentOutList = '/equipment/out'; // 출고 장비 목록
|
||||
|
||||
Reference in New Issue
Block a user