Files
juipnet/Infrastructure/ServiceClient/Alipay.AopSdk.Core/Response/ZolozIdentificationUserWebQueryResponse.cs
“wanyongkang” ed3b2c653e 接口文件
2024-04-10 13:55:27 +08:00

18 lines
411 B
C#

using System;
using System.Xml.Serialization;
namespace Alipay.AopSdk.Core.Response
{
/// <summary>
/// ZolozIdentificationUserWebQueryResponse.
/// </summary>
public class ZolozIdentificationUserWebQueryResponse : AopResponse
{
/// <summary>
/// 扩展结果
/// </summary>
[XmlElement("extern_info")]
public string ExternInfo { get; set; }
}
}