using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayOfflineMarketingVoucherCodeUploadResponse. /// public class AlipayOfflineMarketingVoucherCodeUploadResponse : AopResponse { /// /// 码库id /// [XmlElement("code_inventory_id")] public string CodeInventoryId { get; set; } } }