using System; using System.Xml.Serialization; namespace Alipay.AopSdk.Core.Response { /// /// ZolozIdentificationZolozidGetResponse. /// public class ZolozIdentificationZolozidGetResponse : AopResponse { /// /// zcif结果 /// [XmlElement("result_info")] public string ResultInfo { get; set; } } }