mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-18 19:25:32 +08:00
14 lines
275 B
PHP
14 lines
275 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'仓储' => '仓储',
|
||
'调拨管理' => '调拨管理',
|
||
'调拨单' => '调拨单',
|
||
],
|
||
];
|