using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// AntfortuneContentCommunityLabelQueryModel Data Structure.
///
[Serializable]
public class AntfortuneContentCommunityLabelQueryModel : AopObject
{
///
/// 标签场景
///
[XmlElement("label_scene")]
public string LabelScene { get; set; }
}
}