12345678910111213141516171819202122 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace GxPress.Request.NoticeFolder
- {
-
-
-
- public class NoticeFolderFindRequest
- {
-
-
-
- public int UserId { get; set; }
-
-
-
- public int NoticeFolderId { get; set; }
- }
- }
|