<?php
return [
'labels' => [
'UserTalk' => '留言板',
'user-talk' => '留言板',
],
'fields' => [
'user_id' => '用户ID',
'talk_content' => '评论内容',
'praise_num' => '点赞数',
'is_show' => '是否显示',
'options' => [
];