mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 21:25:33 +08:00
24 lines
423 B
PHP
24 lines
423 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
class o2o_inventory_confirm
|
||
{
|
||
|
||
/**
|
||
* run
|
||
* @param mixed $cursor_id ID
|
||
* @param mixed $params 参数
|
||
* @param mixed $errmsg errmsg
|
||
* @return mixed 返回值
|
||
*/
|
||
public function run(&$cursor_id, $params, &$errmsg)
|
||
{
|
||
|
||
|
||
return false;
|
||
}
|
||
}
|