mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-12 04:29:28 +08:00
12 lines
254 B
C#
12 lines
254 B
C#
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; }
|
|
}
|
|
}
|