链街Dcat后台
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

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'StoreUserReport' => 'StoreUserReport',
  5. ],
  6. 'fields' => [
  7. 'market_id' => '所属市场',
  8. 'name' => '商家名称',
  9. 'new_user_total' => '新增用户总数',
  10. 'mm_user_id' => '所属市场经理',
  11. ],
  12. 'options' => [
  13. ],
  14. ];