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.
20 lines
524 B
20 lines
524 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'StoreUser' => '店铺账号',
|
|
'StoreUser' => '店铺账号',
|
|
'store_User' => '店铺账号',
|
|
],
|
|
'fields' => [
|
|
'store_id' => '商家id',
|
|
'username' => '账号',
|
|
'user_category' => '账号类型',
|
|
'register_type' => '用户来源类型',
|
|
'status' => '状态',
|
|
'join_ip' => '注册IP',
|
|
'last_visit_time' => '最后访问时间',
|
|
'last_ip' => '最后访问IP',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|