social_insurance_rate.php 445 字节
<?php

return [
    'Id'           => 'ID',
    'Name'         => '缴纳方',
    'Housing_fund' => '住房公积金(%)',
    'Endowment'    => '养老保险金(%)',
    'Medical'      => '医疗保险金(%)',
    'Unemployment' => '失业保险金(%)',
    'Birth'        => '生育保险金(%)',
    'Industrial'   => '工伤保险金(%)',
    'Createtime'   => '创建时间',
    'Updatetime'   => '更新时间'
];