mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-08 07:25:35 +08:00
22 lines
430 B
PHP
22 lines
430 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* CONFIG
|
||
*
|
||
* @category
|
||
* @package
|
||
* @author chenping<chenping@shopex.cn>
|
||
* @version $Id: Z
|
||
*/
|
||
class erpapi_wms_matrix_qimen_config extends erpapi_wms_matrix_config
|
||
{
|
||
protected $__whitelist = array(
|
||
// WMS_ITEM_ADD,
|
||
// WMS_ITEM_UPDATE,
|
||
// WMS_ORDER_CANCEL,
|
||
);
|
||
} |