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.
13 lines
286 B
13 lines
286 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'LanzuAdminUserMarket' => '用户市场关联',
|
|
'admin_user_market'=>'用户关联市场'
|
|
],
|
|
'fields' => [
|
|
'admin_user_id' => '用户登陆账号ID',
|
|
'market_id' => '市场ID',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|