using System;
using System.Collections.Generic;
using System.Text;
namespace GxPress.Request.App.GroupUser
{
///
/// 删除
///
public class GroupUserDeRequest
{
///
///
///
public List GroupUserIds { get; set; }
///
/// 小组ID
///
public int GroupId { get; set; }
}
}