mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-03 22:25:46 +08:00
15 lines
353 B
PHP
15 lines
353 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'单据报表' => '单据报表',
|
||
'库存管理' => '库存管理',
|
||
'出入库明细' => '出入库明细',
|
||
'呆滞库存统计' => '呆滞库存统计',
|
||
],
|
||
];
|