作者 lyh

GX生成白帽报表脚本

@@ -11,6 +11,7 @@ namespace App\Console\Commands\Tdk; @@ -11,6 +11,7 @@ namespace App\Console\Commands\Tdk;
11 11
12 use App\Models\Com\NoticeLog; 12 use App\Models\Com\NoticeLog;
13 use Illuminate\Console\Command; 13 use Illuminate\Console\Command;
  14 +use Illuminate\Support\Facades\Redis;
14 15
15 class UpdateProjectTdk extends Command 16 class UpdateProjectTdk extends Command
16 { 17 {