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.
31 lines
1.0 KiB
31 lines
1.0 KiB
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'User_id' => '会员ID',
|
|
'User.username' => '所属用户',
|
|
'User.nickname' => '用户昵称',
|
|
'Shopname' => '店铺名称',
|
|
'Keywords' => '关键字',
|
|
'Description' => '描述',
|
|
'Service_ids' => '服务(多选)',
|
|
'Avatar' => '店铺头像',
|
|
'State' => '店铺类型',
|
|
'State 0' => '个人',
|
|
'State 1' => '企业',
|
|
'State 2' => '旗舰',
|
|
'Level' => '店铺等级',
|
|
'Islive' => '直播权限',
|
|
'IsSelf' => '自营店',
|
|
'Bio' => '店铺简介',
|
|
'City' => '省市',
|
|
'Like' => '收藏/喜欢',
|
|
'Score_describe' => '宝贝描述',
|
|
'Score_service' => '卖家服务',
|
|
'Score_logistics' => '物流服务',
|
|
'Weigh' => '权重',
|
|
'Createtime' => '创店时间',
|
|
'Updatetime' => '更新时间',
|
|
'Deletetime' => '删除时间',
|
|
'Status' => '状态'
|
|
];
|
|
|