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.
19 lines
511 B
19 lines
511 B
<?php |
|
return [ |
|
'labels' => [ |
|
'UserBasicInfo' => '用户家庭信息', |
|
'user-basic-info' => '用户家庭信息', |
|
], |
|
'fields' => [ |
|
'unique_number' => '用户唯一识别码', |
|
'province_city_area' => '省市区', |
|
'address' => '详细地址', |
|
'postal_code' => '邮政编码', |
|
'native' => '籍贯', |
|
'email' => '邮箱', |
|
'create_time' => '创建时间', |
|
'update_time' => '修改时间', |
|
], |
|
'options' => [ |
|
], |
|
];
|
|
|