You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
return [
|
|
'Id' => '用户发票主键ID',
|
|
'Taitou' => '发票抬头',
|
|
'Shuihao' => '发票税号',
|
|
'Type' => '1个人2企业',
|
|
'Company_address' => '企业地址',
|
|
'Company_phone' => '企业电话',
|
|
'Backaddress' => '开户行',
|
|
'Backcardno' => '银行帐号',
|
|
'Createtime' => '添加时间',
|
|
'Deletetime' => '删除时间',
|
|
'Is_default' => '是否默认'
|
|
];
|
|
|