namespace NetAdmin.Domain.Dto.Sys.VerifyCode;
///
/// 响应:发送验证码
///
public sealed record SendVerifyCodeRsp : Sys_VerifyCode
{
#if DEBUG
///
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public override string Code { get; init; }
#endif
}