mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-18 11:25:31 +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' => [
|
||
'基础档案' => '基础档案',
|
||
'门店组织结构' => '门店组织结构',
|
||
'管理' => '管理',
|
||
],
|
||
];
|