mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-04 08:06:37 +08:00
feat: 同步
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Yi.Furion.Application.Rbac.Services.Impl
|
||||
/// <summary>
|
||||
/// User服务实现
|
||||
/// </summary>
|
||||
[ApiDescriptionSettings("RBAC")]
|
||||
public class UserService : CrudAppService<UserEntity, UserGetOutputDto, UserGetListOutputDto, long, UserGetListInputVo, UserCreateInputVo, UserUpdateInputVo>,
|
||||
IUserService, ITransient, IDynamicApiController
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user