28 lines
1.1 KiB
PHP
28 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'User_id' => '用户id',
|
|
'Head_type' => '抬头类型',
|
|
'Head_type personal' => '个人或事业单位',
|
|
'Head_type corporate' => '企业',
|
|
'Invoice_type' => '发票类型',
|
|
'Invoice_type ordinary' => '普通发票',
|
|
'Invoice_type special' => '专用发票',
|
|
'Invoice_header' => '发票抬头',
|
|
'Tax_id' => '税号',
|
|
'Bank_deposit' => '开户银行',
|
|
'Bank_number' => '银行账号',
|
|
'Enterprise_address' => '企业地址',
|
|
'Enterprise_phone' => '企业电话',
|
|
'Invoice_reservation_phone' => '发票预留电话',
|
|
'Invoice_reservation_email' => '发票预留邮箱',
|
|
'Is_default' => '是否默认',
|
|
'Is_default 0' => '否',
|
|
'Is_default 1' => '是',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '修改时间',
|
|
'User.nickname' => '昵称',
|
|
'User.mobile' => '手机号',
|
|
'User.avatar' => '头像'
|
|
];
|