mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-16 10:35:34 +08:00
19 lines
263 B
PHP
19 lines
263 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
class wms_event_receive_aftersales{
|
||
|
||
/**
|
||
* 变更退换货单的状态
|
||
*/
|
||
public function setStatus(){
|
||
|
||
}
|
||
}
|
||
|
||
?>
|