123456789101112131415161718192021222324252627282930313233343536 |
- using System.Collections.Generic;
- using System.Text;
- namespace GxPress.Request.Notice
- {
-
-
-
- public class NoticeDeRequest
- {
-
-
-
- public List<int> MiddleIds { get; set; }
-
-
-
- public int FolderType { get; set; }
-
-
-
-
- public bool IsDelete{get;set;}
-
-
-
-
- public int UserId{get;set;}
- }
- }
|