|
|
|
@ -4,11 +4,7 @@ namespace App\Console\Commands; |
|
|
|
|
|
|
|
use App\Models\AdminNotice; |
|
|
|
use App\Models\ParkingCamera; |
|
|
|
use App\Models\ParkingSpace; |
|
|
|
use App\Models\ParkingSpaceRepair; |
|
|
|
use App\Services\AdminNoticeService; |
|
|
|
use App\Services\OperationLogService; |
|
|
|
use App\Services\ParkingSpaceService; |
|
|
|
use Exception; |
|
|
|
use Illuminate\Console\Command; |
|
|
|
use Illuminate\Support\Facades\DB; |
|
|
|
|