kent
e6a4bf0870
feat(construction): 구조검토관리 API 구현
- Migration: structure_reviews 테이블 생성
- Model: StructureReview (BelongsToTenant, SoftDeletes)
- Service: StructureReviewService (CRUD + 통계 + 일괄삭제)
- Controller: StructureReviewController (7 endpoints)
- FormRequest: Store/Update 검증 규칙
API Endpoints:
- GET /construction/structure-reviews (목록)
- POST /construction/structure-reviews (생성)
- GET /construction/structure-reviews/stats (통계)
- DELETE /construction/structure-reviews/bulk (일괄삭제)
- GET /construction/structure-reviews/{id} (상세)
- PUT /construction/structure-reviews/{id} (수정)
- DELETE /construction/structure-reviews/{id} (삭제)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 21:31:27 +09:00
..
2025-11-06 17:45:49 +09:00
2025-12-19 15:57:04 +09:00
2025-12-29 09:23:38 +09:00
2025-11-06 17:45:49 +09:00
2025-12-16 14:47:47 +09:00
2026-01-09 21:31:27 +09:00
2025-11-06 17:45:49 +09:00
2025-11-06 17:45:49 +09:00
2025-08-21 09:50:15 +09:00
2025-12-14 01:10:25 +09:00
2026-01-02 21:06:06 +09:00
2025-12-25 03:48:32 +09:00
2026-01-05 15:56:46 +09:00
2025-12-30 20:41:33 +09:00
2025-12-19 16:14:04 +09:00
2026-01-09 08:32:44 +09:00
2025-12-21 17:22:51 +09:00
2025-12-29 19:31:51 +09:00
2026-01-05 15:56:46 +09:00
2025-11-06 17:45:49 +09:00
2026-01-09 16:34:59 +09:00
2025-08-21 09:50:15 +09:00
2025-12-18 11:40:49 +09:00
2025-12-30 23:45:22 +09:00
2025-12-22 15:30:38 +09:00
2025-12-23 12:49:31 +09:00
2025-11-10 22:09:28 +09:00
2025-11-10 22:09:28 +09:00
2025-12-20 13:43:04 +09:00
2025-11-06 17:45:49 +09:00
2025-11-06 17:45:49 +09:00
2025-12-19 14:52:53 +09:00
2025-12-22 17:42:59 +09:00
2025-12-22 17:42:59 +09:00
2025-12-22 17:42:59 +09:00
2026-01-08 20:23:52 +09:00
2025-12-26 18:58:44 +09:00
2026-01-08 20:23:52 +09:00
2025-12-18 23:01:06 +09:00
2025-12-18 11:40:49 +09:00
2025-11-06 17:45:49 +09:00
2025-12-22 17:42:59 +09:00
2025-12-19 14:52:53 +09:00