mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
重新修改主业务逻辑的命名规则
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
namespace app\admin\controller\system;
|
||||
|
||||
use app\admin\service\annotation\ControllerAnnotation;
|
||||
use base\admin\controller\system\ConfigClass;
|
||||
use base\admin\controller\system\ConfigBase;
|
||||
|
||||
/**
|
||||
* Class Config.
|
||||
* @ControllerAnnotation(title="系统配置管理")
|
||||
*/
|
||||
class Config extends ConfigClass
|
||||
class Config extends ConfigBase
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user