mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-03 22:25:46 +08:00
14 lines
293 B
PHP
14 lines
293 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'供应计划' => '供应计划',
|
||
'出入库计划' => '出入库计划',
|
||
'转仓单' => '转仓单',
|
||
],
|
||
];
|