Files
amb_wechatapp/application/admin/lang/zh-cn/live/goods_action.php
T

15 lines
389 B
PHP

<?php
return [
'User_id' => '用户',
'Goods_id' => '商品ID',
'Goods_type' => '商品类型',
'Order_no' => '对应订单号',
'Createtime' => '创建时间',
'Order.order_no' => '订单号',
'Order.status' => '订单状态',
'User.id' => 'ID',
'User.username' => '用户名',
'User.nickname' => '昵称'
];