<?php
namespace App\Format;
class CompanyFormat extends Format
{
protected $id;
protected $name;
protected $cover_url;
protected $brief;
protected $push_time;
protected $status;
protected $area;
protected $liaison_man;
protected $liaison_phone;
protected $legal_person_id_card_number;
protected $legal_person_name;
protected $company_phone;
protected $company_email;
protected $social_credit_code;
protected $address;
protected $registered_capital;
protected $set_up_date;
protected $people_number;
protected $range;
protected $business_license;
protected $check_status;
protected $check_message;
protected $register_user_id;
protected $register_admin_user_id;
protected $vehicle_number;
}