using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YD_WeChatApplet.Commons.Dto.ClientSide
{
///
/// 获取群组列表
///
public class GetUserGruopDto : PageDto
{
///
/// 是否是我创建
///
public bool IsCreated { get; set; }
}
}