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',
|
|
'Content_id' => '事件ID',
|
|
'User_id' => '用户ID',
|
|
'Order_no' => '订单号',
|
|
'Createtime' => '添加时间',
|
|
'Paytime' => '支付时间',
|
|
'Deletetime' => '删除时间',
|
|
'Type' => '1正常订单2开通云股东订单'
|
|
];
|
|
|