mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-10 08:25:31 +08:00
19 lines
249 B
PHP
19 lines
249 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
class wms_event_receive_sales{
|
||
|
||
/**
|
||
* 创建生成销售单
|
||
*/
|
||
public function create(){
|
||
|
||
}
|
||
}
|
||
|
||
?>
|