mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 19:05:34 +08:00
20 lines
285 B
PHP
20 lines
285 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* 门店接口配置类
|
||
*
|
||
* @author sunjing@shopex.cn
|
||
* @version 0.1
|
||
*
|
||
*/
|
||
class erpapi_store_openapi_config extends erpapi_store_config
|
||
{
|
||
|
||
|
||
|
||
}
|