NewGaoKaoApi/PaymentSDK/AliPay/Domain/KoubeiMarketingCampaignReta...

19 lines
523 B
C#
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
/// <summary>
/// KoubeiMarketingCampaignRetailDmQueryModel Data Structure.
/// </summary>
[Serializable]
public class KoubeiMarketingCampaignRetailDmQueryModel : AopObject
{
/// <summary>
/// 内容id通过调用koubei.marketing.campaign.retail.dm.create接口创建内容时返回的内容ID
/// </summary>
[XmlElement("content_id")]
public string ContentId { get; set; }
}
}