mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 19:05:34 +08:00
19 lines
312 B
PHP
19 lines
312 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* 订单查询
|
||
*
|
||
* @category
|
||
* @package
|
||
* @author sunjing<sunjing@shopex.cn>
|
||
* @version $Id: Z
|
||
*/
|
||
class erpapi_wms_request_order extends erpapi_wms_request_abstract
|
||
{
|
||
|
||
}
|