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
17 lines
403 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'LanzuServiceHorseman' => 'LanzuServiceHorseman',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户id',
|
|
'name' => '姓名',
|
|
'tel' => '电话',
|
|
'market_id' => '市场id',
|
|
'status' => '状态 -1禁用 1正常 2删除',
|
|
'qr_url' => '骑手二维码',
|
|
'head_url' => '头像',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|