mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-05 22:55:32 +08:00
19 lines
340 B
PHP
19 lines
340 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* @desc
|
||
* @author: jintao
|
||
* @since: 2016/8/25
|
||
*/
|
||
class ome_aftersale_request_mls extends ome_aftersale_abstract
|
||
{
|
||
function show_aftersale_html()
|
||
{
|
||
$html = '';
|
||
return $html;
|
||
}
|
||
} |