mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 10:55:34 +08:00
14 lines
298 B
PHP
14 lines
298 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
class tgstockcost_ctl_costselect extends desktop_controller
|
||
{
|
||
function index(){
|
||
kernel::single('tgstockcost_taog_costselect')->set_params($_REQUEST)->display();
|
||
}
|
||
|
||
} |