1234567891011121314151617181920 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- using GxPress.Common.Page;
- namespace GxPress.Request.NoticeAnalyze
- {
-
-
-
- public class NoticePraisePageSearchRequest : PageParameter
- {
-
-
-
- public int NoticeId { get; set; }
- }
- }
|