mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-06 14:55:37 +08:00
10 lines
231 B
PHP
10 lines
231 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
class ome_branch_flow_b2bout extends ome_branch_flow_abstract implements ome_branch_flow_interface
|
||
{
|
||
}
|