feat: 添加用户分页/详情/新增/更新/删除接口

This commit is contained in:
2025-02-25 17:03:11 +08:00
parent 6e1691d8bc
commit fc0f331f29
9 changed files with 338 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
<?php
declare (strict_types = 1);
namespace app\admin\model\v1;
use think\Model;
/**
* @mixin \think\Model
*/
class SysRoleAuthorityModel extends Model
{
//
}