using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// AlipaySocialBaseChatGinfoQueryModel Data Structure.
///
[Serializable]
public class AlipaySocialBaseChatGinfoQueryModel : AopObject
{
///
/// 群id
///
[XmlElement("group_id")]
public string GroupId { get; set; }
}
}