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.
16 lines
428 B
16 lines
428 B
<?php |
|
return [ |
|
'labels' => [ |
|
'CompletedOfflineStep' => '已完成入学步骤', |
|
'completed-offline-step' => '已完成入学步骤', |
|
], |
|
'fields' => [ |
|
'unique_number' => '用户唯一识别码', |
|
'step_id' => '线下步骤id', |
|
'teacher_id' => '扫码教师id', |
|
'create_time' => 'create_time', |
|
'update_time' => 'update_time', |
|
], |
|
'options' => [ |
|
], |
|
];
|
|
|