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