|
...
|
...
|
@@ -28,16 +28,16 @@ class ProjectFilePDF extends Command |
|
|
|
*/
|
|
|
|
protected $description = '网站项目数据,生成PDF文件';
|
|
|
|
|
|
|
|
protected ProjectAssociation $AiccWechat;
|
|
|
|
protected $AiccWechat;
|
|
|
|
|
|
|
|
protected DataFile $DataFile;
|
|
|
|
protected $DataFile;
|
|
|
|
|
|
|
|
protected $time;
|
|
|
|
|
|
|
|
// 最大支持5个进程
|
|
|
|
public int $maxRunNumber = 50;
|
|
|
|
public $maxRunNumber = 50;
|
|
|
|
|
|
|
|
public FileController $fileController;
|
|
|
|
public $fileController;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Create a new command instance.
|
...
|
...
|
|