链街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.

17 lines
440 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'StoreUserReport' => '店铺新用户报表',
  5. 'storeUserReport' => '店铺新用户报表',
  6. ],
  7. 'fields' => [
  8. 'store_id' => '店铺ID',
  9. 'market_id' => '所属市场',
  10. 'store_name' => '商家名称',
  11. 'new_user_total' => '新增用户总数',
  12. 'mm_user_id' => '所属市场经理',
  13. 'time' => '时间',
  14. ],
  15. 'options' => [
  16. ],
  17. ];