namespace ZhiYi.Core.Application.Dtos
{
public class UserCreationDto
/// <summary>
/// 用户名
/// </summary>
public string UserName { get;set; }
/// 密码
public string PassWord { get; set; }
}