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

20 lines
524 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'StoreUser' => '店铺账号',
  5. 'StoreUser' => '店铺账号',
  6. 'store_User' => '店铺账号',
  7. ],
  8. 'fields' => [
  9. 'store_id' => '商家id',
  10. 'username' => '账号',
  11. 'user_category' => '账号类型',
  12. 'register_type' => '用户来源类型',
  13. 'status' => '状态',
  14. 'join_ip' => '注册IP',
  15. 'last_visit_time' => '最后访问时间',
  16. 'last_ip' => '最后访问IP',
  17. ],
  18. 'options' => [
  19. ],
  20. ];