mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-19 16:06:36 +08:00
8 lines
176 B
C#
8 lines
176 B
C#
|
|
namespace Yi.Framework.Rbac.Application.Contracts.Dtos.Account
|
|||
|
|
{
|
|||
|
|
public class RestPasswordDto
|
|||
|
|
{
|
|||
|
|
public string Password { get; set; } = string.Empty;
|
|||
|
|
}
|
|||
|
|
}
|