using System;
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Domain
{
///
/// KbAdvertContentShareCode Data Structure.
///
[Serializable]
public class KbAdvertContentShareCode : AopObject
{
///
/// 吱口令内容详情
///
[JsonProperty("share_code_desc")]
public string ShareCodeDesc { get; set; }
}
}