正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
| @@ -28,16 +28,16 @@ class ProjectFilePDF extends Command | @@ -28,16 +28,16 @@ class ProjectFilePDF extends Command | ||
| 28 | */ | 28 | */ |
| 29 | protected $description = '网站项目数据,生成PDF文件'; | 29 | protected $description = '网站项目数据,生成PDF文件'; |
| 30 | 30 | ||
| 31 | - protected ProjectAssociation $AiccWechat; | 31 | + protected $AiccWechat; |
| 32 | 32 | ||
| 33 | - protected DataFile $DataFile; | 33 | + protected $DataFile; |
| 34 | 34 | ||
| 35 | protected $time; | 35 | protected $time; |
| 36 | 36 | ||
| 37 | // 最大支持5个进程 | 37 | // 最大支持5个进程 |
| 38 | - public int $maxRunNumber = 50; | 38 | + public $maxRunNumber = 50; |
| 39 | 39 | ||
| 40 | - public FileController $fileController; | 40 | + public $fileController; |
| 41 | 41 | ||
| 42 | /** | 42 | /** |
| 43 | * Create a new command instance. | 43 | * Create a new command instance. |
-
请 注册 或 登录 后发表评论