mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-03 14:15:46 +08:00
19 lines
302 B
PHP
19 lines
302 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
class wms_event_trigger_delivery_refuse{
|
||
|
||
/**
|
||
* 请求控制台货到付款发货未支付拒收入库事件
|
||
*/
|
||
public function in_storage(){
|
||
|
||
}
|
||
}
|
||
|
||
?>
|