* +---------------------------------------------------------------------- */ namespace App\Task\crud; use Hhxsv5\LaravelS\Swoole\Task\Task; /** * 触发器-分组聚合. */ class TriggerGroupAggregationTask extends Task { public function __construct( protected int $crudId, protected string $action, protected array $event, protected array $eventIds = [], protected int $dataId = 0, protected array $data = [], protected array $scheduleData = [] ) {} public function handle() { // TODO: Implement handle() method. } }