This commit is contained in:
hajimi
2026-06-11 16:22:12 +08:00
parent 96efa1d905
commit 21aa11bf17
368 changed files with 2741 additions and 554 deletions
@@ -0,0 +1,12 @@
<?php
namespace app\common\model;
class CrawlerTaskLog extends BaseModel
{
protected $name = 'crawler_task_log';
protected $autoWriteTimestamp = 'int';
protected $createTime = 'create_time';
protected $updateTime = 'update_time';
}