fix: [material] 부적합관리 Department 모델 경로 수정

- Departments\Department → Tenants\Department
This commit is contained in:
김보곤
2026-03-19 11:40:32 +09:00
parent a94cdf6eed
commit 866c6f0b10

View File

@@ -3,7 +3,7 @@
namespace App\Models\Materials;
use App\Models\Commons\File;
use App\Models\Departments\Department;
use App\Models\Tenants\Department;
use App\Models\Items\Item;
use App\Models\Orders\Order;
use App\Models\Tenants\Approval;