更新修改密码

This commit is contained in:
lzw
2021-10-18 21:54:40 +08:00
parent 06fa117004
commit 135b9148b3
4 changed files with 26 additions and 14 deletions

View File

@@ -9,6 +9,6 @@ namespace Yi.Framework.DTOModel
{
public class ChangePwdDto:user
{
public string oldPassword { get; set; }
public string newPassword { get; set; }
}
}