mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-15 18:25:33 +08:00
14 lines
278 B
PHP
14 lines
278 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* 华为商品处理
|
||
*/
|
||
class inventorydepth_service_shop_wxshipin extends inventorydepth_service_shop_common
|
||
{
|
||
public $customLimit = 50;
|
||
}
|