增加用户基本信息修改接口
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-25 17:36:04 +08:00
parent 2eaf2d5c69
commit 473e218b2b
5 changed files with 388 additions and 357 deletions
@@ -206,6 +206,11 @@ namespace IRaCIS.Application.Contracts
}
public class UserBasicInfoCommand : UserInfo
{
public Guid Id { get; set; }
}
public class UserCommand : UserInfo
{
public Guid? Id { get; set; }
@@ -218,7 +223,7 @@ namespace IRaCIS.Application.Contracts
}
public class IdentityUserTypeDTO: UserAddUserType
public class IdentityUserTypeDTO : UserAddUserType
{
public Guid Id { get; set; }
public string UserTypeShortName { get; set; }
@@ -237,7 +242,7 @@ namespace IRaCIS.Application.Contracts
public bool IsUserRoleDisabled { get; set; }
}
public class EditPasswordCommand