mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-13 17:25:39 +08:00
11 lines
244 B
PHP
11 lines
244 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
class stockcost_ocs_branchproduct extends stockcost_common_branchproduct implements stockcost_interface_branch
|
||
{
|
||
|
||
} |