mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
12 lines
263 B
PHP
12 lines
263 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
class ome_ctl_admin_data_clear extends desktop_controller{
|
||
var $name = "数据管理";
|
||
var $workground = 'setting_tools';
|
||
|
||
|
||
} |