mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
18 lines
428 B
PHP
18 lines
428 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* 调拨出入库事件节点
|
||
* @author xiayuanjun@shopex.cn
|
||
* @version 1.0
|
||
*/
|
||
class flowctrl_node_allocate_stockoutin extends flowctrl_node_abstract implements flowctrl_node_interface {
|
||
|
||
protected $__Config = array(
|
||
'html' => 'admin/node/conf/allocate/stockoutin.html',
|
||
);
|
||
|
||
} |