using System;
using System.Collections.Generic;
using System.Text;
namespace GxPress.Request.App.Topic
{
///
/// 移动到小组
///
public class MoveToGroupRequest
{
///
/// 小组ID
///
public int TopicGroupId { get; set; }
///
/// Id集合
///
public List Ids { get; set; }
}
}