mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
重新修改主业务逻辑的命名规则
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
namespace app\admin\service\annotation;
|
||||
|
||||
use base\admin\service\annotation\NodeAnotationClass;
|
||||
use base\admin\service\annotation\NodeAnotationBase;
|
||||
use Doctrine\Common\Annotations\Annotation\Attributes;
|
||||
|
||||
/**
|
||||
@@ -24,6 +24,6 @@ use Doctrine\Common\Annotations\Annotation\Attributes;
|
||||
* @Attribute("time", type = "int")
|
||||
* })
|
||||
*/
|
||||
final class NodeAnotation extends NodeAnotationClass
|
||||
final class NodeAnotation extends NodeAnotationBase
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user