mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 09:42:47 +08:00
重新修改主业务逻辑的命名规则
This commit is contained in:
@@ -14,7 +14,7 @@ use app\admin\model\SystemNode;
|
||||
use app\admin\model\SystemQuick;
|
||||
use app\common\constants\AdminConstant;
|
||||
|
||||
class InitAdminServiceClass
|
||||
class InitAdminServiceBase
|
||||
{
|
||||
protected $output = null;
|
||||
|
||||
@@ -4,7 +4,7 @@ namespace base\admin\service;
|
||||
|
||||
use app\admin\service\node\Node;
|
||||
|
||||
class NodeServiceClass
|
||||
class NodeServiceBase
|
||||
{
|
||||
/**
|
||||
* 获取节点服务
|
||||
@@ -4,7 +4,7 @@ namespace base\admin\service;
|
||||
|
||||
use think\facade\Cache;
|
||||
|
||||
class TriggerServiceClass
|
||||
class TriggerServiceBase
|
||||
{
|
||||
/**
|
||||
* 更新菜单缓存.
|
||||
@@ -27,7 +27,7 @@ use Doctrine\Common\Annotations\Annotation\Target;
|
||||
*
|
||||
* @since 2.0
|
||||
*/
|
||||
class ControllerAnnotationClass
|
||||
class ControllerAnnotationBase
|
||||
{
|
||||
/**
|
||||
* Route group prefix for the controller.
|
||||
@@ -23,7 +23,7 @@ use Doctrine\Common\Annotations\Annotation\Attributes;
|
||||
* @Attribute("time", type = "int")
|
||||
* })
|
||||
*/
|
||||
class NodeAnotationClass
|
||||
class NodeAnotationBase
|
||||
{
|
||||
/**
|
||||
* 节点名称.
|
||||
@@ -11,7 +11,7 @@ use think\helper\Str;
|
||||
* 快速构建系统CURD
|
||||
* Class BuildCurd.
|
||||
*/
|
||||
class BuildCurdServiceClass
|
||||
class BuildCurdServiceBase
|
||||
{
|
||||
/**
|
||||
* 当前目录.
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
namespace base\admin\service\curd\exceptions;
|
||||
|
||||
class CurdExceptionClass extends \Exception
|
||||
class CurdExceptionBase extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
namespace base\admin\service\curd\exceptions;
|
||||
|
||||
class FileExceptionClass extends \Exception
|
||||
class FileExceptionBase extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
namespace base\admin\service\curd\exceptions;
|
||||
|
||||
class TableExceptionClass extends \Exception
|
||||
class TableExceptionBase extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -23,7 +23,7 @@ use think\helper\Str;
|
||||
* 节点处理类
|
||||
* Class Node.
|
||||
*/
|
||||
class NodeClass
|
||||
class NodeBase
|
||||
{
|
||||
/**
|
||||
* @var string 当前文件夹
|
||||
Reference in New Issue
Block a user