social_insurance_rate.php 445 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php return [ 'Id' => 'ID', 'Name' => '缴纳方', 'Housing_fund' => '住房公积金(%)', 'Endowment' => '养老保险金(%)', 'Medical' => '医疗保险金(%)', 'Unemployment' => '失业保险金(%)', 'Birth' => '生育保险金(%)', 'Industrial' => '工伤保险金(%)', 'Createtime' => '创建时间', 'Updatetime' => '更新时间' ];