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.
18 lines
494 B
18 lines
494 B
<?php |
|
return [ |
|
'labels' => [ |
|
'BasicFamilyInformation' => '家庭联系人', |
|
'basic-family-information' => '家庭联系人', |
|
], |
|
'fields' => [ |
|
'unique_number' => '用户唯一识别码', |
|
'name' => '姓名', |
|
'mobile' => '手机', |
|
'relationship' => '与本人关系', |
|
'relationship_id' => '与本人关系id', |
|
'create_time' => '创建时间', |
|
'update_time' => '修改时间', |
|
], |
|
'options' => [ |
|
], |
|
];
|
|
|