Files
OMS/app/wms/lib/event/receive/order.php
2025-12-28 23:13:25 +08:00

33 lines
489 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* Copyright © ShopeX http://www.shopex.cn. All rights reserved.
* See LICENSE file for license details.
*/
class wms_event_receive_order{
/**
* 变更订单发货状态
*/
public function setShipStatus(){
}
/**
* 订单拒收订单明细以及发货状态变更
*/
public function delivery_refuse(){
}
/**
* 变更订单状态(审核[发货单撤销]等)
*/
public function setStatus(){
}
}
?>