using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// MybankCreditLoanapplyQrcodeInvalidDeleteModel Data Structure.
///
[Serializable]
public class MybankCreditLoanapplyQrcodeInvalidDeleteModel : AopObject
{
///
/// 需要失效的二维码的加密 token 信息
///
[XmlElement("encrypt_token")]
public string EncryptToken { get; set; }
}
}