production_comment.php 394 字节
<?php

return [
    'Id'            => '主键',
    'Production_id' => '作品ID',
    'User_id'       => '用户ID',
    'Content'       => '评论内容',
    'Pid'           => '父级评论',
    'Zan_num'       => '点赞数量',
    'Createtime'    => '创建日期',
    'Updatetime'    => '更新时间',
    'Deletetime'    => '删除时间',
    'Message'       => '删除提示'
];