using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Aop.Api.Response { /// /// AlipayDataDataserviceAdOfflineResponse. /// public class AlipayDataDataserviceAdOfflineResponse : AopResponse { /// /// 操作成功外部ID列表 /// [XmlArray("success_id_list")] [XmlArrayItem("string")] public List SuccessIdList { get; set; } } }