汪总电商平台
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.

34 lines
1.3 KiB

3 months ago
<?php
return [
'Id' => 'ID',
'User_id' => '会员ID',
'Shop_id' => '店铺ID',
'Goods_id' => '商品ID',
'State' => '评价',
'State 0' => '好评',
'State 1' => '中评',
'State 2' => '差评',
'Content' => '内容',
'Tag' => '评论标签',
'Suk' => '所购买商品SUK',
'Images' => '图片组',
'Score' => '综合评分',
'Score_describe' => '描述相符',
'Score_service' => '服务相符',
'Score_deliver' => '发货相符',
'Score_logistics' => '物流相符',
'Order_type' => '业务类型',
'Order_type goods' => '普通订单',
'Order_type groups' => '拼团订单',
'Order_type seckill' => '秒杀订单',
'Switch' => '匿名评论',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Deletetime' => '删除时间',
'Status' => '状态',
'User.username' => '用户名',
'User.nickname' => '用户昵称',
'shop.shopname' => '店铺名称',
'goods.title' => '商品标题'
];