using System;
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Domain
{
///
/// KbAdvertContentCodec Data Structure.
///
[Serializable]
public class KbAdvertContentCodec : AopObject
{
///
/// 二维码广告内容
///
[JsonProperty("url")]
public string Url { get; set; }
}
}