feat: 新增导航相关接口

This commit is contained in:
2025-03-01 18:05:35 +08:00
parent d21a69d99d
commit b5dae966e6
10 changed files with 252 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
<?php
declare (strict_types = 1);
namespace app\admin\model\v1;
use app\common\model\SysNavigationBaseModel;
/**
* 导航模型
* @mixin \think\Model
*/
class SysNavigationModel extends SysNavigationBaseModel
{
//
}