123456789101112131415161718192021222324 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- using GxPress.Common.Page;
- namespace GxPress.Request.App.TopicComment
- {
-
-
-
- public class TopicCommentSearchPageRequest : PageParameter
- {
-
-
-
- public int TopicId { get; set; }
-
-
-
-
- public int Total { get; set; }
- }
- }
|