链街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
403 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'LanzuServiceHorseman' => 'LanzuServiceHorseman',
  5. ],
  6. 'fields' => [
  7. 'user_id' => '用户id',
  8. 'name' => '姓名',
  9. 'tel' => '电话',
  10. 'market_id' => '市场id',
  11. 'status' => '状态 -1禁用 1正常 2删除',
  12. 'qr_url' => '骑手二维码',
  13. 'head_url' => '头像',
  14. ],
  15. 'options' => [
  16. ],
  17. ];