mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 18:12:50 +08:00
重新修改主业务逻辑的命名规则
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
|
||||
namespace app\admin\service\node;
|
||||
|
||||
use base\admin\service\node\NodeClass;
|
||||
use base\admin\service\node\NodeBase;
|
||||
|
||||
/**
|
||||
* 节点处理类
|
||||
* Class Node.
|
||||
*/
|
||||
class Node extends NodeClass
|
||||
class Node extends NodeBase
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user