mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-05 06:45:32 +08:00
19 lines
357 B
PHP
19 lines
357 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* 1号店商品处理
|
||
*
|
||
* chenping<chenping@shopex.cn>
|
||
*/
|
||
class inventorydepth_service_shop_yihaodian extends inventorydepth_service_shop_common
|
||
{
|
||
|
||
function __construct(&$app)
|
||
{
|
||
$this->app = $app;
|
||
}
|
||
} |