workinghours.php 401 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php return [ 'Id' => 'ID', 'Content' => '内容', 'Working_hours' => '工时', 'Project_id' => '项目', 'User_id' => '上报人员', 'Createtime' => '创建时间', 'Reporttime' => '上报时间', 'User.username' => '用户名', 'Project.project_name' => '项目名称' ];