feat(API): Model 및 관계 추가

- HandoverReport, HandoverReportItem, HandoverReportManager 모델 추가
- SiteBriefing 모델 추가
- StructureReview, FcmSendLog, Position, Salary 수정
- Order 모델 정리

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-13 19:49:11 +09:00
parent 8a5c7b5298
commit b7c635fb4f
9 changed files with 720 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
namespace App\Models\Orders;
use App\Models\Clients\Client;
use App\Models\Items\Item;
use App\Models\Quote\Quote;
use App\Traits\BelongsToTenant;