| <?phpnamespace App\Models\DouyinRecruit;use Illuminate\Database\Eloquent\Model;class CompanyRecruit extends Model{    public $timestamps = false;    protected $table = 'cmf_company_recruit';    protected $connection = 'douyin_recruit';    protected $guarded = [];}
 |