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

33 lines
990 B

3 months ago
<?php
return [
'Id' => 'ID',
'User_id' => '会员ID',
2 months ago
'State' => '供应商类型',
3 months ago
'State 0' => '个人',
'State 1' => '企业',
'State 2' => '旗舰',
2 months ago
'Shopname' => '供应商名称',
3 months ago
'Name' => '企业名/姓名',
'Number' => '统一信用/身份证号',
'Mobile' => '手机号',
'Image' => '证件',
'Trademark' => '商标',
'Wechat' => '微信号',
2 months ago
'Avatar' => '供应商头像',
'Bio' => '供应商简介',
3 months ago
'Refuse' => '拒绝理由',
2 months ago
'Content' => '供应商介绍',
3 months ago
'City' => '省市',
'Verify' => '审核状态',
'Verify 0' => '已提交资质',
2 months ago
'Verify 1' => '完善供应商',
3 months ago
'Verify 2' => '审核中',
'Verify 3' => '通过',
'Verify 4' => '未通过',
'Createtime' => '创店时间',
'Updatetime' => '更新时间',
'Deletetime' => '删除时间',
'Status' => '状态'
];