<?php
namespace crmeb\interfaces;
use think\queue\Job;
interface SupplierJobInterface
{
public function fire(Job $job, $data): void;
}