using System;
using System.Collections.Generic;
using System.Text;
using GxPress.Common.Page;
namespace GxPress.Request.App.TopicComment
{
///
/// 评论分页
///
public class TopicCommentSearchPageRequest : PageParameter
{
///
/// 通知Id
///
public int TopicId { get; set; }
///
/// 条数
///
///
public int Total { get; set; }
}
}