1 2 3 4 5 6 7 8 9 10 11
namespace Yi.Framework.Rbac.Application.Contracts.Dtos.Account { public class PhoneCaptchaImageDto { public string Phone { get; set; } public string Uuid { get; set; } public string Code { get; set; } } }