mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-14 21:26:36 +08:00
更新修改密码
This commit is contained in:
@@ -7,8 +7,9 @@ using Yi.Framework.Model.Models;
|
||||
|
||||
namespace Yi.Framework.DTOModel
|
||||
{
|
||||
public class ChangePwdDto:user
|
||||
public class ChangePwdDto
|
||||
{
|
||||
public user user { get; set; }
|
||||
public string newPassword { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user