using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// SsdataDataserviceRiskAlixiaohaoQueryResponse. /// public class SsdataDataserviceRiskAlixiaohaoQueryResponse : AopResponse { /// /// 是否阿里小号 /// [XmlElement("is_alixiaohao")] public bool IsAlixiaohao { get; set; } } }