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