mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-08 02:30:52 +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;
|
|
}
|
|
}
|