mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 19:05:34 +08:00
20 lines
390 B
PHP
20 lines
390 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* 财务费用
|
||
*
|
||
* @category finance
|
||
* @package finance/lib/channel
|
||
* @author chenping<chenping@shopex.cn>
|
||
* @version $Id: channel.php 2013-10-11 17:23Z
|
||
*/
|
||
class finance_channel
|
||
{
|
||
static public $channel_name = array(
|
||
'tmall' => '天猫',
|
||
);
|
||
} |