feat: ClientApi.php Swagger 점검 및 개선 (Phase 3-3)

- ClientStoreRequest.php 생성 (검증 로직 분리)
- ClientUpdateRequest.php 생성 (검증 로직 분리)
- ClientController.php FormRequest 적용 및 패턴 통일
- lang/ko/message.php client 메시지 키 추가
- ApiResponse::handle 패턴 통일 (메시지 두 번째 인자)
- SAM API Development Rules 준수 완료
This commit is contained in:
2025-11-07 02:40:18 +09:00
parent f4d663ac4e
commit c87aadc357
5 changed files with 416 additions and 32 deletions

View File

@@ -91,6 +91,15 @@
'deleted' => '자재가 삭제되었습니다.',
],
// 거래처 관리
'client' => [
'fetched' => '거래처를 조회했습니다.',
'created' => '거래처가 등록되었습니다.',
'updated' => '거래처가 수정되었습니다.',
'deleted' => '거래처가 삭제되었습니다.',
'toggled' => '거래처 상태가 변경되었습니다.',
],
// 파일 관리
'file' => [
'uploaded' => '파일이 업로드되었습니다.',