修改密码时,顺便修改用户名,另外Site调研增加查询条件
This commit is contained in:
@@ -167,6 +167,8 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
public class EditPasswordCommand
|
||||
{
|
||||
public string NewUserName { get; set; } = string.Empty;
|
||||
|
||||
public string NewPassWord { get; set; } = string.Empty;
|
||||
public string OldPassWord { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user