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.
14 lines
312 B
14 lines
312 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'StoreUserReport' => 'StoreUserReport',
|
|
],
|
|
'fields' => [
|
|
'market_id' => '所属市场',
|
|
'name' => '商家名称',
|
|
'new_user_total' => '新增用户总数',
|
|
'mm_user_id' => '所属市场经理',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|