mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 09:42:47 +08:00
重新修改主业务逻辑的命名规则
This commit is contained in:
@@ -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
|
||||
{
|
||||
/**
|
||||
* 节点名称.
|
||||
Reference in New Issue
Block a user