12345678910111213141516171819202122232425262728293031 |
- namespace GxPress.Request.App.Collection
- {
-
-
-
- public class CollectionInRequest
- {
-
-
-
- public int CollectionType { get; set; }
-
-
-
- public int CollectionDataId { get; set; }
-
-
-
-
- public int SourceUserId { get; set; }
-
-
-
- public int UserId { get; set; }
-
-
-
- public int FolderId { get; set; }
- }
- }
|