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