using System; using System.Collections.Generic; using System.Text; namespace GxPress.Request.App.Group { /// /// 小组详情 /// public class GroupDetailRequest { /// /// 小组ID /// public int GroupId { get; set; } /// /// 用户ID /// /// public int UserId { get; set; } } }