12345678910111213141516171819 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- using GxPress.Common.Page;
- namespace GxPress.Request.App.Note
- {
-
-
-
- public class NotePraisePageSearchRequest : PageParameter
- {
-
-
-
- public int NoteId { get; set; }
- }
- }
|