mirror of https://gitee.com/karson/fastadmin.git
43 lines
1.4 KiB
PHP
43 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Name' => '租客名称',
|
|
'Contacts_ids' => '联系人',
|
|
'Certificate_number' => '证件号码',
|
|
'Industry_id' => '行业分类',
|
|
'Tel' => '电话',
|
|
'Email' => '邮箱',
|
|
'Invoice_bank' => '开户银行',
|
|
'Invoice_account' => '银行帐号',
|
|
'Invoice_tel' => '开票电话',
|
|
'Invoice_address' => '开票地址',
|
|
'Invoice_tax_number' => '
|
|
纳税人识别号',
|
|
'Unified_social_credit_code' => '统一社会信用代码',
|
|
'Tax_payer_id_number' => '纳税人识别号码',
|
|
'Registration_number' => '注册号',
|
|
'Organization_code' => '组织机构代码',
|
|
'Legal_person' => '法定代表人',
|
|
'Birth_country' => '国籍',
|
|
'Registered_capital' => '注册资本',
|
|
'Operating_state' => '经营状态',
|
|
'Founding_time' => '成立日期',
|
|
'Company_type' => '公司类型',
|
|
'Staff_size' => '人员规模',
|
|
'Business_term' => '营业期限',
|
|
'Registration_authority' => '登记机关',
|
|
'Approval_time' => '核准日期',
|
|
'English_name' => '英文名',
|
|
'District' => '所属地区',
|
|
'Industry' => '所属行业',
|
|
'Registered_address' => '
|
|
注册地址',
|
|
'Business_scope' => '经营范围',
|
|
'Tags' => '客户标签',
|
|
'Admin_id' => '创建者',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Weigh' => '排序'
|
|
];
|