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.
16 lines
569 B
16 lines
569 B
<?php
|
|
|
|
return [
|
|
'Id' => '用户上传发票ID',
|
|
'Fp_url' => '发票链接',
|
|
'Createtime' => '添加时间',
|
|
'InvoiceNumber' => '发票号',
|
|
'TotalAmount' => '发票总金额',
|
|
'InvoiceAmountPreTax' => '税后金额',
|
|
'InvoiceTax' => '税额',
|
|
'Status' => '0正常结算',
|
|
'Deletetime' => '删除时间',
|
|
'Uid' => '用户ID',
|
|
'Redpocket_num' => '兑换红包数量',
|
|
'Content' => '发票识别信息'
|
|
];
|
|
|