exhibition_comment.php 394 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php return [ 'Id' => '主键', 'Exhibition_id' => '展览ID', 'User_id' => '用户ID', 'Content' => '评论内容', 'Pid' => '父级评论', 'Zan_num' => '点赞数量', 'Createtime' => '创建日期', 'Updatetime' => '更新时间', 'Deletetime' => '删除时间', 'Message' => '删除提示' ];