添加接口实现接口

This commit is contained in:
lzw
2021-10-12 22:19:53 +08:00
parent d159cce849
commit 17f632298f
5 changed files with 50 additions and 0 deletions

View File

@@ -52,5 +52,6 @@ namespace Yi.Framework.Interface
/// <param name="userId"></param>
/// <returns></returns>
Task<bool> SetRolesByUserId(List<int> roleIds,int userId);
}
}