store-manage/lang/zh_CN/store_profit_ratio_log.php

12 lines
222 B
PHP

<?php
return [
'id' => 'ID',
'created_at' => '创建时间',
'updated_at' => '更新时间',
'store' => '门店',
'before' => '变更前',
'after' => '变更后',
'employee' => '操作人',
];