mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-07 15:25:31 +08:00
18 lines
375 B
PHP
18 lines
375 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
class ome_service_order_confirm{
|
||
|
||
/*
|
||
* 获取订单编辑的商品类型配置列表
|
||
* @return array conf
|
||
*/
|
||
public function view_list(){
|
||
return kernel::single("ome_order_confirm")->get_view_list();
|
||
}
|
||
|
||
} |